Rollup merge of #152491 - JonathanBrouwer:remove-fluent-from-tidy, r=Kobzol

Remove unused `fluent-syntax` dependency from tidy
This commit is contained in:
Urgau 2026-02-12 00:04:17 +01:00 committed by GitHub
commit 452e85a0dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -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",

View file

@ -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"