Skip to content

Commit c3eee6c

Browse files
author
Stjepan Glavina
committed
Fix broken docs
1 parent 68d7a9c commit c3eee6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/os/unix/net/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ mod stream;
1212

1313
cfg_if! {
1414
if #[cfg(feature = "docs.rs")] {
15+
use std::fmt;
16+
use std::path::Path;
17+
1518
/// An address associated with a Unix socket.
1619
///
1720
/// # Examples

0 commit comments

Comments
 (0)