Elaborate lint explanation

This commit is contained in:
Jules Bertholet
2025-09-30 10:05:20 -04:00
parent 234df83fe3
commit 4cc2f952e4
+1 -1
View File
@@ -708,7 +708,7 @@
///
/// ### Explanation
///
/// These qualifiers have no effect.
/// These qualifiers have no effect, as `const _` items are unnameable.
pub UNUSED_VISIBILITIES,
Warn,
"detect visibility qualifiers on `const _` items"