Skip to content

Commit

Permalink
Clarify the "since" tidy check
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril authored Sep 22, 2019
1 parent 4ff32c0 commit ad4787a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ fn collect_lang_features_in(base: &Path, file: &str, bad: &mut bool) -> Features
if prev_since > since {
tidy_error!(
bad,
"{}:{}: feature {} is not sorted by since",
"{}:{}: feature {} is not sorted by \"since\" (version number)",
path.display(),
line_number,
name,
Expand Down

0 comments on commit ad4787a

Please sign in to comment.