diff options
| author | Quang Duong Nguyen <qnguyen2@macalester.edu> | 2025-05-03 14:06:26 -0700 |
|---|---|---|
| committer | Kaido Aethermai <quanguyendg@gmail.com> | 2025-05-03 15:17:03 -0700 |
| commit | 481abc136113185840b80355bad58f28a4717515 (patch) | |
| tree | e320e9024d502f85b3bee710dc1fb1c9832cc230 /tests | |
| parent | 91a06226a1bb0fdee3ab2c12225ba7b901659383 (diff) | |
| download | rust-481abc136113185840b80355bad58f28a4717515.tar.gz rust-481abc136113185840b80355bad58f28a4717515.zip | |
fix doc
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui-toml/missing_docs_allow_unused/missing_docs_allow_unused.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui-toml/missing_docs_allow_unused/missing_docs_allow_unused.rs b/tests/ui-toml/missing_docs_allow_unused/missing_docs_allow_unused.rs index bda3fbc928b..a738ff959fe 100644 --- a/tests/ui-toml/missing_docs_allow_unused/missing_docs_allow_unused.rs +++ b/tests/ui-toml/missing_docs_allow_unused/missing_docs_allow_unused.rs @@ -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 } |
