fix doc
This commit is contained in:
parent
91a06226a1
commit
481abc1361
4 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
|||
struct Test {
|
||||
/// This field is documented
|
||||
field1: i32,
|
||||
_unused: i32, // This should not trigger a warning because it starts with underscore
|
||||
_unused: i32, // This should not trigger a warning because it starts with an underscore
|
||||
field3: i32, //~ missing_docs_in_private_items
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue