diff options
Diffstat (limited to 'cli/args/flags_allow_net.rs')
-rw-r--r-- | cli/args/flags_allow_net.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/args/flags_allow_net.rs b/cli/args/flags_allow_net.rs index 38a4ac83a..bf189132a 100644 --- a/cli/args/flags_allow_net.rs +++ b/cli/args/flags_allow_net.rs @@ -64,7 +64,8 @@ pub fn parse(paths: Vec<String>) -> clap::Result<Vec<String>> { #[cfg(test)] mod bare_port_tests { - use super::{BarePort, ParsePortError}; + use super::BarePort; + use super::ParsePortError; #[test] fn bare_port_parsed() { |