mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -2,8 +2,6 @@
|
|||
* 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/. */
|
||||
|
||||
#![allow(unsafe_code)]
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::env;
|
||||
use std::fs::File;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue