Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` 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 | ++ ```
- Loading branch information