Fix Trusted usage in audio decoder to queue tasks (#3)

This commit is contained in:
Manish Goregaokar 2018-07-09 23:02:17 -07:00 committed by Fernando Jiménez Moreno
parent 34ba14385a
commit 8f9a081ff0
2 changed files with 39 additions and 26 deletions

View file

@ -13,6 +13,8 @@
#![deny(unsafe_code)]
#![allow(non_snake_case)]
#![recursion_limit = "128"]
#![doc = "The script crate contains all matters DOM."]
#![plugin(script_plugins)]