mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix Trusted usage in audio decoder to queue tasks (#3)
This commit is contained in:
parent
34ba14385a
commit
8f9a081ff0
2 changed files with 39 additions and 26 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue