Skip to content

Commit fc61be0

Browse files
authored
Fix coding style: add space between module name and bracket
1 parent fcc12c7 commit fc61be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/diagnostics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ check on and off:
4949

5050
```rust
5151
#[warn(missing_docs)]
52-
pub mod m2{
52+
pub mod m2 {
5353
#[allow(missing_docs)]
5454
pub mod nested {
5555
// Missing documentation is ignored here

0 commit comments

Comments
 (0)