We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcc12c7 + fc61be0 commit 5c328efCopy full SHA for 5c328ef
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