Skip to content

Commit 8b14eea

Browse files
calebcartwrighttopecongiro
authored andcommitted
deps: switch back to main ignore crate (#4008)
1 parent e8da49a commit 8b14eea

File tree

2 files changed

+30
-24
lines changed

2 files changed

+30
-24
lines changed

Cargo.lock

+29-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustfmt-core/rustfmt-lib/Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ generic-simd = ["bytecount/generic-simd"]
1414
annotate-snippets = { version = "0.6", features = ["ansi_term"] }
1515
anyhow = "1.0"
1616
bytecount = "0.6"
17+
ignore = "0.4.11"
1718
itertools = "0.8"
1819
lazy_static = "1.0.0"
1920
log = "0.4"
@@ -29,10 +30,6 @@ unicode-width = "0.1.5"
2930
[dev-dependencies]
3031
env_logger = "0.7"
3132

32-
[dependencies.ignore]
33-
package = "rustfmt_ignore"
34-
version = "0.4.10"
35-
3633
[dependencies.rustc_target]
3734
package = "rustc-ap-rustc_target"
3835
version = "610.0.0"

0 commit comments

Comments
 (0)