diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-22 17:18:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-22 17:18:45 +0200 |
| commit | ad4787a992774bc91d257ffab129e6d66dd451ed (patch) | |
| tree | 2c6447007db1885f549b2d4559fe592cc57552f8 | |
| parent | 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb (diff) | |
| download | rust-ad4787a992774bc91d257ffab129e6d66dd451ed.tar.gz rust-ad4787a992774bc91d257ffab129e6d66dd451ed.zip | |
Clarify the "since" tidy check
| -rw-r--r-- | src/tools/tidy/src/features.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/features.rs b/src/tools/tidy/src/features.rs index 50e9116c778..6d38cfc8630 100644 --- a/src/tools/tidy/src/features.rs +++ b/src/tools/tidy/src/features.rs @@ -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, |
