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

@ -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"}