Skip to content

Commit

Permalink
Merge pull request #510 from kvinwang/master
Browse files Browse the repository at this point in the history
attributes.md Outer -> Inner
  • Loading branch information
matthewjasper authored Jan 18, 2019
2 parents e616dd4 + 77178df commit dafc0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ mod bar {
#[allow(non_camel_case_types)]
type int8_t = i8;

// Outer attribute applies to the entire function.
// Inner attribute applies to the entire function.
fn some_unused_variables() {
#![allow(unused_variables)]

Expand Down

0 comments on commit dafc0ba

Please sign in to comment.