We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe3823 commit 0057338Copy full SHA for 0057338
src/attributes/diagnostics.md
@@ -49,7 +49,7 @@ check on and off:
49
50
```rust
51
#[warn(missing_docs)]
52
-pub mod m2{
+pub mod m2 {
53
#[allow(missing_docs)]
54
pub mod nested {
55
// Missing documentation is ignored here
0 commit comments