Skip to content

Commit

Permalink
change rs doc to no_run
Browse files Browse the repository at this point in the history
  • Loading branch information
lucarlig committed Feb 26, 2024
1 parent 5152050 commit 93deced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clippy_lints/src/doc/mod.rs
Expand Up @@ -345,14 +345,14 @@ declare_clippy_lint! {
/// ### Why is this bad?
/// It is unlikely that there is any reason to have empty documentation for an item
/// ### Example
/// ```rs
/// ```no_run
/// ///
/// fn returns_true() -> bool {
/// true
/// }
/// ```
/// Use instead:
/// ```rs
/// ```no_run
/// fn returns_true() -> bool {
/// true
/// }
Expand Down

0 comments on commit 93deced

Please sign in to comment.