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:
sendilkumarn 2017-08-09 11:18:20 +08:00
parent 2719e65705
commit 8b33e0f60e
5 changed files with 66 additions and 11 deletions

View file

@ -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;