We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c775a1 commit 77178dfCopy full SHA for 77178df
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