mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Allow missing_copy_implementations
This commit is contained in:
parent
dc72119998
commit
a3fc3a1581
15 changed files with 15 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
#![doc="The script crate contains all matters DOM."]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue