diff options
Diffstat (limited to 'components/net_traits/tests/whitespace.rs')
-rw-r--r-- | components/net_traits/tests/whitespace.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net_traits/tests/whitespace.rs b/components/net_traits/tests/whitespace.rs index 4954e0f67f4..407b060de1b 100644 --- a/components/net_traits/tests/whitespace.rs +++ b/components/net_traits/tests/whitespace.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/. */ -extern crate net_traits; +use net_traits; #[test] fn test_trim_http_whitespace() { |