Fix coding style: add space between module name and bracket

This commit is contained in:
Nabil Elqatib 2023-04-06 13:17:41 +02:00 committed by GitHub
parent fcc12c7a8e
commit fc61be0f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ check on and off:
```rust
#[warn(missing_docs)]
pub mod m2{
pub mod m2 {
#[allow(missing_docs)]
pub mod nested {
// Missing documentation is ignored here