diff options
author | Josh Matthews <josh@joshmatthews.net> | 2021-05-28 10:39:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 10:39:42 -0400 |
commit | eeec647120463815850f3e44031138ae2a3ea28c (patch) | |
tree | f97c4af29f8c28b9d663999c64ae45400e49a0f4 /components/net/tests | |
parent | 3fce671f614b5be73c3defd1a319210b2a6fa1d7 (diff) | |
download | servo-eeec647120463815850f3e44031138ae2a3ea28c.tar.gz servo-eeec647120463815850f3e44031138ae2a3ea28c.zip |
Fix tidy error.
Diffstat (limited to 'components/net/tests')
-rw-r--r-- | components/net/tests/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net/tests/main.rs b/components/net/tests/main.rs index f0db95ac174..be43c23b0ca 100644 --- a/components/net/tests/main.rs +++ b/components/net/tests/main.rs @@ -3,7 +3,6 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ #![cfg(test)] - #![allow(dead_code)] #[macro_use] |