summaryrefslogtreecommitdiffstats
path: root/tokio/src/park/thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/park/thread.rs')
-rw-r--r--tokio/src/park/thread.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/tokio/src/park/thread.rs b/tokio/src/park/thread.rs
index 894e5301..59513e1d 100644
--- a/tokio/src/park/thread.rs
+++ b/tokio/src/park/thread.rs
@@ -10,11 +10,9 @@ pub(crate) struct ParkThread {
inner: Arc<Inner>,
}
-/// Error returned by [`ParkThread`]
+/// Error returned by `ParkThread`
///
/// This currently is never returned, but might at some point in the future.
-///
-/// [`ParkThread`]: struct.ParkThread.html
#[derive(Debug)]
pub(crate) struct ParkError {
_p: (),