From 94dec69247504a976cfa61495da759286160abec Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 11 Aug 2015 17:44:21 -0700 Subject: Fix up some unnecessary uses of `unsafe`. --- components/script/parse/html.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/parse') diff --git a/components/script/parse/html.rs b/components/script/parse/html.rs index a2dd0109ed1..5cd6860b9ba 100644 --- a/components/script/parse/html.rs +++ b/components/script/parse/html.rs @@ -2,7 +2,7 @@ * 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, unrooted_must_root)] +#![allow(unrooted_must_root)] use document_loader::DocumentLoader; use dom::bindings::codegen::Bindings::DocumentBinding::DocumentMethods; -- cgit v1.2.3