diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-08-21 15:52:05 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-08-21 15:52:05 +0200 |
| commit | 08eb006f71c3c089045c9eeef560de5f68850676 (patch) | |
| tree | faa48e41b58cc9428341122d24289a86aeea8b6f | |
| parent | c682e9ca94e3b7d4c1dfcf4686360e7760e8ef9f (diff) | |
| download | rust-08eb006f71c3c089045c9eeef560de5f68850676.tar.gz rust-08eb006f71c3c089045c9eeef560de5f68850676.zip | |
Remove unused Cargo feature
| -rw-r--r-- | build_system/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build_system/Cargo.toml b/build_system/Cargo.toml index b7487e38e63..f36709ea036 100644 --- a/build_system/Cargo.toml +++ b/build_system/Cargo.toml @@ -6,6 +6,3 @@ edition = "2021" [[bin]] name = "y" path = "src/main.rs" - -[features] -unstable-features = [] # for rust-analyzer |
