Merge pull request #1347 from n-eq/patch-1

Fix coding style in example: add space between module name and bracket
This commit is contained in:
Eric Huss 2023-04-06 07:02:23 -07:00 committed by GitHub
commit 5c328ef45d
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