We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e616dd4 + 77178df commit dafc0baCopy full SHA for dafc0ba
src/attributes.md
@@ -77,7 +77,7 @@ mod bar {
77
#[allow(non_camel_case_types)]
78
type int8_t = i8;
79
80
-// Outer attribute applies to the entire function.
+// Inner attribute applies to the entire function.
81
fn some_unused_variables() {
82
#![allow(unused_variables)]
83
0 commit comments