We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc12c7 commit fc61be0Copy full SHA for fc61be0
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