This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
f96eb611f8eb74fb865b51bf88683267c6885375
rust
/
tests
/
ui
/
missing_doc_crate_missing.rs
5 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Another test for missing crate documentation.
2019-03-14 19:38:41 +01:00
#![
warn(clippy::missing_docs_in_private_items)
]
Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-update
2025-02-28 23:20:48 +01:00
//~^ missing_docs_in_private_items
Another test for missing crate documentation.
2019-03-14 19:38:41 +01:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink