diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-07-31 13:15:49 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-07-31 19:58:04 +1000 |
| commit | 704f2ca17224dc1d208423c675313521b0f49645 (patch) | |
| tree | 2e84cfa6fe6cd72992788c7c4c886672083ee44a /compiler/rustc_pattern_analysis | |
| parent | 1901dde97bdff7b6b308c41d751e826df4eb2016 (diff) | |
| download | rust-704f2ca17224dc1d208423c675313521b0f49645.tar.gz rust-704f2ca17224dc1d208423c675313521b0f49645.zip | |
Tidy up `Cargo.toml` files.
- Add some missing `tidy-alphabetical-*` markers. - Remove some unnecessary blank lines.
Diffstat (limited to 'compiler/rustc_pattern_analysis')
| -rw-r--r-- | compiler/rustc_pattern_analysis/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/rustc_pattern_analysis/Cargo.toml b/compiler/rustc_pattern_analysis/Cargo.toml index 40d549630ac..a59f7bbeb9e 100644 --- a/compiler/rustc_pattern_analysis/Cargo.toml +++ b/compiler/rustc_pattern_analysis/Cargo.toml @@ -6,7 +6,6 @@ edition = "2024" [dependencies] # tidy-alphabetical-start rustc-hash = "2.0.0" - rustc_abi = { path = "../rustc_abi", optional = true } rustc_apfloat = "0.2.0" rustc_arena = { path = "../rustc_arena", optional = true } @@ -24,10 +23,13 @@ tracing = "0.1" # tidy-alphabetical-end [dev-dependencies] +# tidy-alphabetical-start tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "ansi"] } tracing-tree = "0.3.0" +# tidy-alphabetical-end [features] +# tidy-alphabetical-start default = ["rustc"] rustc = [ "dep:rustc_abi", @@ -43,3 +45,4 @@ rustc = [ "smallvec/may_dangle", "rustc_index/nightly", ] +# tidy-alphabetical-end |
