trpl: missing documentation wording
This commit is contained in:
parent
6b5eb70e1d
commit
8dfe0ec8a8
1 changed files with 2 additions and 2 deletions
|
@ -548,8 +548,8 @@ pub use foo::bar;
|
|||
|
||||
## Missing documentation
|
||||
|
||||
Sometimes you want to make sure that every single thing in your project is
|
||||
documented, especially when you are working on a library. Rust allows you to
|
||||
Sometimes you want to make sure that every single public thing in your project
|
||||
is documented, especially when you are working on a library. Rust allows you to
|
||||
to generate warnings or errors, when an item is missing documentation.
|
||||
To generate warnings you use `warn`:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue