Skip to content

Commit 452e85a

Browse files
authored
Rollup merge of #152491 - JonathanBrouwer:remove-fluent-from-tidy, r=Kobzol
Remove unused `fluent-syntax` dependency from tidy
2 parents f8203c6 + 41de246 commit 452e85a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5561,7 +5561,6 @@ dependencies = [
55615561
"build_helper",
55625562
"cargo_metadata 0.21.0",
55635563
"clap",
5564-
"fluent-syntax",
55655564
"globset",
55665565
"ignore",
55675566
"miropt-test-tools",

src/tools/tidy/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ semver = "1.0"
1616
serde = { version = "1.0.125", features = ["derive"], optional = true }
1717
termcolor = "1.1.3"
1818
rustc-hash = "2.0.0"
19-
fluent-syntax = "0.12"
2019
similar = "2.5.0"
2120
toml = "0.7.8"
2221
tempfile = "3.15.0"

0 commit comments

Comments
 (0)