Skip to content

Commit

Permalink
Merge pull request rust-lang#2799 from lo48576/fix/config-doc
Browse files Browse the repository at this point in the history
Remove wrong "(default)" from `Configurations.md`
  • Loading branch information
nrc authored Jun 21, 2018
2 parents 1ead31a + 9212ae7 commit 5c1884e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@ fn bar() {
}
```

#### `2` (default):
#### `2`:
```rust
fn foo() {
println!("a");
Expand Down

0 comments on commit 5c1884e

Please sign in to comment.