Skip to content

Commit

Permalink
Merge pull request rust-lang#80 from daghenrik/patch-1
Browse files Browse the repository at this point in the history
Update attributes.md
  • Loading branch information
steveklabnik authored Jul 6, 2017
2 parents 70f866a + 2712220 commit 296d1d9
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 @@ -28,7 +28,7 @@ fn test_foo() {
}

// A conditionally-compiled module
#[cfg(target_os="linux")]
#[cfg(target_os = "linux")]
mod bar {
/* ... */
}
Expand Down

0 comments on commit 296d1d9

Please sign in to comment.