mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Update tests/ui/needless_doc_main.rs
Co-Authored-By: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
2fa3da4869
commit
d5c8b783b8
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ fn bad_doctests() {}
|
|||
/// }
|
||||
/// ```
|
||||
///
|
||||
/// We should not lint non-rust examples:
|
||||
/// We should not lint ignored examples:
|
||||
///
|
||||
/// ```rust,ignore
|
||||
/// fn main() {
|
||||
|
|
Loading…
Add table
Reference in a new issue