mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-24 09:16:46 +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! {
|
cfg_if! {
|
||||||
if #[cfg(feature = "docs.rs")] {
|
if #[cfg(feature = "docs.rs")] {
|
||||||
|
use std::fmt;
|
||||||
|
use std::path::Path;
|
||||||
|
|
||||||
/// An address associated with a Unix socket.
|
/// An address associated with a Unix socket.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
|
Loading…
Reference in a new issue