Doctests: Enable running doc tests for pedantic lints
This commit is contained in:
parent
5c1e30ab05
commit
1dc9a5012e
16 changed files with 73 additions and 27 deletions
|
@ -27,7 +27,7 @@ declare_clippy_lint! {
|
|||
/// /// Do something with the foo_bar parameter. See also
|
||||
/// /// that::other::module::foo.
|
||||
/// // ^ `foo_bar` and `that::other::module::foo` should be ticked.
|
||||
/// fn doit(foo_bar) { .. }
|
||||
/// fn doit(foo_bar: usize) {}
|
||||
/// ```
|
||||
pub DOC_MARKDOWN,
|
||||
pedantic,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue