We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c7aa7 commit dc2af5fCopy full SHA for dc2af5f
src/tools/tidy/src/features.rs
@@ -199,8 +199,7 @@ pub fn check(
199
if channel != "nightly" && since == Version::CurrentPlaceholder {
200
tidy_error!(
201
bad,
202
- "The placeholder use of {kind} feature `{feature_name}` is not allowed on the {} channel",
203
- version::VERSION_PLACEHOLDER
+ "The placeholder use of {kind} feature `{feature_name}` is not allowed on the {channel} channel",
204
);
205
}
206
0 commit comments