move lint tests into subdirectories
This commit is contained in:
parent
5fa975142f
commit
5da288f842
53 changed files with 0 additions and 0 deletions
3
tests/rustdoc-ui/lints/deny-missing-docs-crate.rs
Normal file
3
tests/rustdoc-ui/lints/deny-missing-docs-crate.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
#![deny(missing_docs)] //~ ERROR
|
||||
|
||||
pub struct Foo; //~ ERROR
|
Loading…
Add table
Add a link
Reference in a new issue