Skip to content

Commit 63e04ee

Browse files
committed
Clarify Cargo.toml comments
Existing comments were left in an incoherent state after #99768.
1 parent 06f4950 commit 63e04ee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/tools/rustc-workspace-hack/Cargo.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,10 @@ crossbeam-utils = { version = "0.8.0", features = ["nightly"] }
7979
libc = { version = "0.2.79", features = ["align"] }
8080
# Ensure default features of libz-sys, which are disabled in some scenarios.
8181
libz-sys = { version = "1.1.2" }
82-
83-
# looks like the only user of deprecated `use_std` feature is `combine`, so this
84-
# can be removed if/when https://github.com/Marwes/combine/pull/348 be merged and released.
82+
# The only user of memchr's deprecated `use_std` feature is `combine`, so this can be
83+
# removed if/when https://github.com/Marwes/combine/pull/348 is merged and released.
8584
memchr = { version = "2.5", features = ["std", "use_std"] }
86-
# same for regex
85+
# Ensure default features of regex, which are disabled in some scenarios.
8786
regex = { version = "1.5.6" }
8887
proc-macro2 = { version = "1", features = ["default"] }
8988
quote = { version = "1", features = ["default"] }

0 commit comments

Comments
 (0)