You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
warning: `crate::task::panic_waker` is both a module and a function
--> futures-test/src/task/mod.rs:26:23
|
26 | //! - [`panic_waker`](crate::task::panic_waker) creates a waker that panics when
| ^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link
|
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
help: to link to the module, prefix with `mod@`
|
26 | //! - [`panic_waker`](mod@crate::task::panic_waker) creates a waker that panics when
| ++++
help: to link to the function, add parentheses
|
26 | //! - [`panic_waker`](crate::task::panic_waker()) creates a waker that panics when
| ++
```
0 commit comments