Skip to content

Commit a74bf8e

Browse files
committed
fix formatting
1 parent 54475d7 commit a74bf8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/errors.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ use core::{
77
#[cfg(feature = "std")]
88
#[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
99
use std::error::Error;
10-
use std::{
11-
net::AddrParseError,
12-
};
10+
use std::net::AddrParseError;
1311

1412
use crate::Family;
1513

0 commit comments

Comments
 (0)