Remove unnamed profile feature.

This commit is contained in:
Stephen Chung 2022-01-11 11:34:15 +08:00
parent 6dedb1ed9f
commit 6416e406d3
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
cargo-features = ["named-profiles"]
[workspace]
[package]

View File

@ -18,7 +18,7 @@ cargo +nightly build --release
A specific profile can also be used:
```bash
cargo +nightly build --profile unix -Z unstable-options
cargo +nightly build --profile unix
```
Three profiles are defined: `unix`, `windows` and `macos`.