Rollup merge of #152491 - JonathanBrouwer:remove-fluent-from-tidy, r=Kobzol
Remove unused `fluent-syntax` dependency from tidy
This commit is contained in:
commit
452e85a0dd
2 changed files with 0 additions and 2 deletions
|
|
@ -5561,7 +5561,6 @@ dependencies = [
|
||||||
"build_helper",
|
"build_helper",
|
||||||
"cargo_metadata 0.21.0",
|
"cargo_metadata 0.21.0",
|
||||||
"clap",
|
"clap",
|
||||||
"fluent-syntax",
|
|
||||||
"globset",
|
"globset",
|
||||||
"ignore",
|
"ignore",
|
||||||
"miropt-test-tools",
|
"miropt-test-tools",
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ semver = "1.0"
|
||||||
serde = { version = "1.0.125", features = ["derive"], optional = true }
|
serde = { version = "1.0.125", features = ["derive"], optional = true }
|
||||||
termcolor = "1.1.3"
|
termcolor = "1.1.3"
|
||||||
rustc-hash = "2.0.0"
|
rustc-hash = "2.0.0"
|
||||||
fluent-syntax = "0.12"
|
|
||||||
similar = "2.5.0"
|
similar = "2.5.0"
|
||||||
toml = "0.7.8"
|
toml = "0.7.8"
|
||||||
tempfile = "3.15.0"
|
tempfile = "3.15.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue