mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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
|
@ -68,6 +68,7 @@ extern crate metrics;
|
|||
#[macro_use]
|
||||
extern crate mime;
|
||||
extern crate mime_guess;
|
||||
extern crate mitochondria;
|
||||
extern crate msg;
|
||||
extern crate net_traits;
|
||||
extern crate num_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue