mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
moving to oncecell
adding oncecell for JS references removing option<JS<T>> to <JS<T>> changing return types removing get method and refactoring the function changing getElements method lint fixes moving to default simplifying return ordering Removing elements linting
This commit is contained in:
parent
2719e65705
commit
8b33e0f60e
5 changed files with 66 additions and 11 deletions
|
@ -56,6 +56,7 @@ lazy_static = "0.2"
|
|||
libc = "0.2"
|
||||
log = "0.3.5"
|
||||
metrics = {path = "../metrics"}
|
||||
mitochondria = "1.1.2"
|
||||
mime = "0.2.1"
|
||||
mime_guess = "1.8.0"
|
||||
msg = {path = "../msg"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue