mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove allow(missing_copy_implementations) attributes.
This is now the default.
This commit is contained in:
parent
1f682d878d
commit
2755ed6c58
8 changed files with 0 additions and 12 deletions
|
@ -17,8 +17,6 @@
|
|||
#![feature(std_misc)]
|
||||
#![feature(unboxed_closures)]
|
||||
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
#![plugin(regex_macros)]
|
||||
|
||||
extern crate "cookie" as cookie_rs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue