Feature gate the rustdoc::missing_doc_code_examples lint
This commit is contained in:
parent
fd1a399c4f
commit
72cf46aa72
16 changed files with 93 additions and 37 deletions
|
@ -0,0 +1,10 @@
|
|||
#![deny(unknown_lints)]
|
||||
//~^ NOTE defined here
|
||||
|
||||
#![allow(rustdoc::missing_doc_code_examples)]
|
||||
//~^ ERROR unknown lint
|
||||
//~| ERROR unknown lint
|
||||
//~| NOTE lint is unstable
|
||||
//~| NOTE lint is unstable
|
||||
//~| NOTE see issue
|
||||
//~| NOTE see issue
|
Loading…
Add table
Add a link
Reference in a new issue