mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Merge pull request #3327 from metajack/cargo-profiles
Reinstate errors for unused variables and imports.
This commit is contained in:
commit
6c179127a3
19 changed files with 36 additions and 8 deletions
|
@ -7,12 +7,11 @@
|
|||
|
||||
#![feature(globs, macro_rules, struct_variant, phase, unsafe_destructor)]
|
||||
|
||||
#![feature(phase)]
|
||||
#![deny(unused_imports, unused_variable)]
|
||||
#![allow(non_snake_case_functions)]
|
||||
|
||||
#![doc="The script crate contains all matters DOM."]
|
||||
|
||||
#![allow(non_snake_case_functions)]
|
||||
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue