mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Reinstate errors for unused variables and imports.
This commit is contained in:
parent
97e068b1c2
commit
e10206e91e
19 changed files with 36 additions and 8 deletions
|
@ -2,6 +2,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#![deny(unused_imports, unused_variable)]
|
||||
|
||||
extern crate azure;
|
||||
extern crate geom;
|
||||
extern crate layers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue