mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -4,6 +4,8 @@
|
|||
|
||||
#![feature(default_type_params, globs, managed_boxes, phase)]
|
||||
|
||||
#![deny(unused_imports, unused_variable)]
|
||||
|
||||
extern crate debug;
|
||||
extern crate collections;
|
||||
extern crate geom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue