ebd8d31542
"try this" -> "try" Current help messages contain a mix of "try", "try this", and one "try this instead". In the spirit of #10631, this PR adopts the first, as it is the most concise. It also updates the `lint_message_conventions` test to catch cases of "try this". (Aside: #10120 unfairly contained multiple changes in one PR. I am trying to break that PR up into smaller pieces.) changelog: Make help messages more concise ("try this" -> "try"). |
||
---|---|---|
.. | ||
allow_mixed_uninlined_format_args | ||
arithmetic_side_effects_allowed | ||
array_size_threshold | ||
await_holding_invalid_type | ||
bad_toml | ||
bad_toml_type | ||
conf_deprecated_key | ||
dbg_macro | ||
disallowed_macros | ||
disallowed_names_append | ||
disallowed_names_replace | ||
doc_valid_idents_append | ||
doc_valid_idents_replace | ||
duplicated_keys | ||
duplicated_keys_deprecated | ||
duplicated_keys_deprecated_2 | ||
excessive_nesting | ||
expect_used | ||
extra_unused_type_parameters | ||
fn_params_excessive_bools | ||
functions_maxlines | ||
good_toml_no_false_negatives | ||
ifs_same_cond | ||
invalid_min_rust_version | ||
large_futures | ||
large_include_file | ||
lint_decimal_readability | ||
max_suggested_slice_pattern_length | ||
min_ident_chars | ||
min_rust_version | ||
missing_enforced_import_rename | ||
module_inception | ||
mut_key | ||
nonstandard_macro_braces | ||
print_macro | ||
pub_crate_missing_docs | ||
semicolon_block | ||
strict_non_send_fields_in_send_ty | ||
struct_excessive_bools | ||
suppress_lint_in_const | ||
toml_disallow | ||
toml_disallowed_methods | ||
toml_disallowed_types | ||
toml_trivially_copy | ||
toml_unknown_key | ||
undocumented_unsafe_blocks | ||
unwrap_used | ||
upper_case_acronyms_aggressive | ||
vec_box_sized | ||
zero_single_char_names | ||
update-all-references.sh |