mirror of
https://github.com/async-rs/async-std.git
synced 2025-02-28 07:09:40 +00:00
Fix broken docs
This commit is contained in:
parent
68d7a9c34e
commit
c3eee6cba5
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ mod stream;
|
|||
|
||||
cfg_if! {
|
||||
if #[cfg(feature = "docs.rs")] {
|
||||
use std::fmt;
|
||||
use std::path::Path;
|
||||
|
||||
/// An address associated with a Unix socket.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
Loading…
Reference in a new issue