mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
Fix various build warnings.
This commit is contained in:
parent
95f71eea5c
commit
2026cbada2
20 changed files with 25 additions and 18 deletions
|
@ -7,6 +7,7 @@
|
|||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
#![allow(unstable)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue