Skip to content

Commit 287714f

Browse files
authored
Unstable section of cargo/config.toml takes bools
1 parent 94e21ad commit 287714f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/src/reference/unstable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ config file (`.cargo/config.toml`) in the `unstable` table. For example:
1212

1313
```toml
1414
[unstable]
15-
mtime-on-use = 'yes'
16-
multitarget = 'yes'
17-
timings = 'yes'
15+
mtime-on-use = true
16+
multitarget = true
17+
timings = true
1818
```
1919

2020
Some unstable features will require you to specify the `cargo-features` key in

0 commit comments

Comments
 (0)