Update tests/ui/needless_doc_main.rs

Co-Authored-By: Philipp Krones <hello@philkrones.com>
This commit is contained in:
Manish Goregaokar 2020-03-10 14:30:07 -07:00 committed by GitHub
parent 2fa3da4869
commit d5c8b783b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ fn bad_doctests() {}
/// }
/// ```
///
/// We should not lint non-rust examples:
/// We should not lint ignored examples:
///
/// ```rust,ignore
/// fn main() {