rust-clippy/clippy_lints/src/utils
bors cc5bfd473c Auto merge of #5888 - matthiaskrgr:lints, r=yaahc
make a bunch of lints texts adhere to rustc dev guide

According to the rustc-dev guide: "The text should be matter of fact and avoid capitalization and periods, unless multiple sentences are needed"

changelog: make some lint output adhere to the rustc-dev guide
2020-08-10 22:40:42 +00:00
..
ast_utils.rs Auto merge of #5878 - flip1995:rustup, r=flip1995 2020-08-08 17:28:34 +00:00
attrs.rs also change "deprecated-attribute" message 2020-08-10 23:49:06 +02:00
author.rs Use 'tcx for references to AccessLevels wherever possible. 2020-07-03 00:04:48 +03:00
camel_case.rs new lints around #[must_use] fns 2019-10-14 12:09:04 +02:00
comparisons.rs Rustup to rust-lang/rust#67886 2020-01-07 01:46:33 +09:00
conf.rs rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
constants.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
diagnostics.rs Use 'tcx for references to AccessLevels wherever possible. 2020-07-03 00:04:48 +03:00
higher.rs Rename TypeckTables to TypeckResults. 2020-07-17 08:47:04 +00:00
hir_utils.rs Rename TypeckTables to TypeckResults. 2020-07-17 08:47:04 +00:00
inspector.rs Rename TypeckTables to TypeckResults. 2020-07-17 08:47:04 +00:00
internal_lints.rs Rename TypeckTables to TypeckResults. 2020-07-17 08:47:04 +00:00
mod.rs Avoid or_fun_call for const_fn with no args 2020-08-10 23:38:58 +02:00
numeric_literal.rs Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup 2020-07-26 21:07:07 +02:00
paths.rs try_err: Consider Try impl for Poll when generating suggestions 2020-08-03 20:48:18 +02:00
ptr.rs Use 'tcx for references to AccessLevels wherever possible. 2020-07-03 00:04:48 +03:00
sugg.rs Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup 2020-07-14 14:59:59 +02:00
sym.rs Rustup to https://github.com/rust-lang/rust/pull/67853 2020-01-04 11:30:03 +01:00
usage.rs Rename TypeckTables to TypeckResults. 2020-07-17 08:47:04 +00:00