mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Opt-in rather than opt-out to unsafe blocks in layout.
This commit is contained in:
parent
a819b0b1b6
commit
7c6b03abfe
12 changed files with 22 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![feature(thread_local, unsafe_destructor, box_syntax, plugin, int_uint)]
|
||||
|
||||
#![deny(unsafe_blocks)]
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(unrooted_must_root)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue