This commit is contained in:
Quang Duong Nguyen 2025-05-03 14:06:26 -07:00 committed by Kaido Aethermai
parent 91a06226a1
commit 481abc1361
4 changed files with 5 additions and 5 deletions

View file

@ -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
}