mirror of
https://github.com/servo/servo.git
synced 2025-07-28 09:40:33 +01:00
Deny unsafe code in some more modules.
This commit is contained in:
parent
a8c1cb3971
commit
1c65ce8f36
3 changed files with 0 additions and 7 deletions
|
@ -54,10 +54,8 @@ pub mod linked_list;
|
|||
#[allow(unsafe_code)]
|
||||
pub mod opts;
|
||||
pub mod panicking;
|
||||
#[allow(unsafe_code)]
|
||||
pub mod prefs;
|
||||
pub mod print_tree;
|
||||
#[allow(unsafe_code)]
|
||||
pub mod resource_files;
|
||||
#[allow(unsafe_code)]
|
||||
pub mod str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue