mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Allow missing_copy_implementations
This commit is contained in:
parent
dc72119998
commit
a3fc3a1581
15 changed files with 15 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
extern crate azure;
|
||||
extern crate geom;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#![crate_type = "rlib"]
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
#![feature(phase)]
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#![crate_type = "rlib"]
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
#![feature(globs)]
|
||||
|
||||
extern crate "msg" as servo_msg;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
#![feature(phase)]
|
||||
#[phase(plugin, link)]
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(unrooted_must_root)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
extern crate gfx;
|
||||
extern crate script_traits;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
extern crate azure;
|
||||
extern crate geom;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
extern crate collections;
|
||||
extern crate geom;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
#[phase(plugin,link)]
|
||||
extern crate syntax;
|
||||
|
|
|
@ -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."]
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
extern crate devtools_traits;
|
||||
extern crate geom;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
#![feature(phase)]
|
||||
#[phase(plugin, link)] extern crate log;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
#![feature(phase)]
|
||||
#[phase(plugin, link)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue