servo: Merge #10433 - Implement WebGLRenderingContext.getActiveUniform() (from saurvs:pr3); r=emilio
Fixes https://github.com/servo/servo/issues/10397 Source-Repo: https://github.com/servo/servo Source-Revision: 4cc241c858ce8ee7894495d082a3bfc6233d80e8
This commit is contained in:
@@ -220,7 +220,7 @@ def check_lock(file_name, contents):
|
||||
raise StopIteration
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
exceptions = ["bitflags", "xml-rs", "gl_generator"]
|
||||
exceptions = ["bitflags", "xml-rs", "gl_generator", "byteorder"]
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
||||
Reference in New Issue
Block a user