mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
docs: fix all rustdoc warnings (#1474)
This commit is contained in:
@@ -31,10 +31,10 @@
|
||||
//!
|
||||
//! [`Delay`]: struct.Delay.html
|
||||
//! [`DelayQueue`]: struct.DelayQueue.html
|
||||
//! [`Throttle`]: throttle/struct.Throttle.html
|
||||
//! [`Throttle`]: throttle::Throttle
|
||||
//! [`Timeout`]: struct.Timeout.html
|
||||
//! [`Interval`]: struct.Interval.html
|
||||
//! [`Timer`]: timer/struct.Timer.html
|
||||
//! [`Timer`]: timer::Timer
|
||||
|
||||
pub mod clock;
|
||||
pub mod delay_queue;
|
||||
|
||||
Reference in New Issue
Block a user