Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c13268

Browse files
chore: Remove undocumented memchr feature
The automatically-generated "memchr" feature is undocumented does nothing on its own. Remove it by using `dep:` syntax in the "simd" feature.
1 parent 5b0e69e commit 1c13268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ harness = false
140140

141141
[features]
142142
default = []
143-
simd = ["memchr"]
143+
simd = ["dep:memchr"]
144144
testing-colors = []
145145

146146
[lints]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /