rust-clippy/clippy_lints/src
bors 907f6d9294 Auto merge of #8074 - Qwaz:send_nonnull, r=xFrednet
Consider NonNull as a pointer type

PR 1/2 for issue #8045. Add `NonNull` as a pointer class to suppress false positives like `UnsafeCell<NonNull<()>>`. However, this change is not sufficient to handle the cases shared in gtk-rs and Rug in the issue.

changelog: none

r? `@xFrednet`
2021-12-04 17:19:07 +00:00
..
casts Auto merge of #7948 - 5225225:castlosslessbool, r=llogiq 2021-11-12 18:17:18 +00:00
functions Improve heuristics for determining whether eager of lazy evaluation is preferred 2021-11-15 20:54:13 -05:00
loops Merge remote-tracking branch 'upstream/master' into rustup 2021-11-23 11:22:34 +01:00
methods Auto merge of #8054 - camsteffen:map-flatten-style, r=giraffate 2021-12-04 13:30:09 +00:00
misc_early Add lint to check for invalid clippy:version attributes 2021-11-10 19:48:31 +01:00
transmute Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
types Merge remote-tracking branch 'upstream/master' into rustup 2021-11-23 11:22:34 +01:00
unit_types Merge remote-tracking branch 'upstream/master' into rustup 2021-11-23 11:22:34 +01:00
utils Also pluralize disallowed_method(s) lint 2021-11-18 17:37:06 +01:00
absurd_extreme_comparisons.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
approx_const.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
arithmetic.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
as_conversions.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
asm_syntax.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
assertions_on_constants.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
assign_ops.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
async_yields_async.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
attrs.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
await_holding_invalid.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
bit_mask.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
blacklisted_name.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
blocks_in_if_conditions.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
bool_assert_comparison.rs Auto merge of #7948 - 5225225:castlosslessbool, r=llogiq 2021-11-12 18:17:18 +00:00
booleans.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
bytecount.rs Improve needless_borrow lint. 2021-11-15 13:17:59 -05:00
cargo_common_metadata.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
case_sensitive_file_extension_comparisons.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
checked_conversions.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
cognitive_complexity.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
collapsible_if.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
collapsible_match.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
comparison_chain.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
copies.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
copy_iterator.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
create_dir.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
dbg_macro.rs Add note about crate lint level attributes to pre-expansion lints 2021-12-03 19:29:57 +01:00
default.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
default_numeric_fallback.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
deprecated_lints.rs Manually add clippy::version attribute to deprecated lints 2021-11-10 19:48:30 +01:00
dereference.rs Improve needless_borrow lint. 2021-11-15 13:17:59 -05:00
derivable_impls.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
derive.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-12-02 09:32:09 +00:00
disallowed_methods.rs Also pluralize disallowed_method(s) lint 2021-11-18 17:37:06 +01:00
disallowed_script_idents.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
disallowed_types.rs Pluralize disallowed_type lint filenames 2021-11-18 17:37:06 +01:00
doc.rs Avoid inline hints with double backticks for doc-markdown 2021-11-20 18:13:24 +01:00
double_comparison.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
double_parens.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
drop_forget_ref.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
duration_subsec.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
else_if_without_else.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
empty_enum.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
entry.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
enum_clike.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
enum_variants.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
eq_op.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
equatable_if_let.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
erasing_op.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
escape.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
eta_reduction.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
eval_order_dependence.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
excessive_bools.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-11-18 12:22:00 +01:00
exhaustive_items.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
exit.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
explicit_write.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
fallible_impl_from.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
feature_name.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
float_equality_without_abs.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
float_literal.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
floating_point_arithmetic.rs Allow suboptimal_flops in const functions 2021-11-20 15:39:29 +01:00
format.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
format_args.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
formatting.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
from_over_into.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
from_str_radix_10.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
future_not_send.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-11-18 12:22:00 +01:00
get_last_with_len.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
identity_op.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
if_let_mutex.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
if_not_else.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
if_then_some_else_none.rs Fix FP on if_then_some_else_none when there is early return 2021-11-23 10:11:30 +08:00
implicit_hasher.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
implicit_return.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
implicit_saturating_sub.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
inconsistent_struct_constructor.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
index_refutable_slice.rs New index_refutable_slice lint 2021-11-11 17:34:02 +01:00
indexing_slicing.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
infinite_iter.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
inherent_impl.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
inherent_to_string.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
inline_fn_without_body.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
int_plus_one.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
integer_division.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
invalid_upcast_comparisons.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
items_after_statements.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
iter_not_returning_iterator.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
large_const_arrays.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
large_enum_variant.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
large_stack_arrays.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
len_zero.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
let_if_seq.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
let_underscore.rs Auto merge of #7957 - surechen:fix_for_7854, r=giraffate 2021-11-15 00:50:28 +00:00
lib.deprecated.rs Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup 2021-10-07 11:21:30 +02:00
lib.register_all.rs Upgrade map_flatten to complexity 2021-12-03 13:21:48 -06:00
lib.register_cargo.rs Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup 2021-10-07 11:21:30 +02:00
lib.register_complexity.rs Upgrade map_flatten to complexity 2021-12-03 13:21:48 -06:00
lib.register_correctness.rs Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup 2021-11-04 12:52:36 +00:00
lib.register_internal.rs New internal lint to make clippy::version attribute mandatory 2021-11-11 13:03:30 +01:00
lib.register_lints.rs Add needless_late_init lint 2021-11-23 15:08:49 +00:00
lib.register_nursery.rs Also pluralize disallowed_method(s) lint 2021-11-18 17:37:06 +01:00
lib.register_pedantic.rs Upgrade map_flatten to complexity 2021-12-03 13:21:48 -06:00
lib.register_perf.rs Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup 2021-10-21 13:11:36 +02:00
lib.register_restriction.rs Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup 2021-11-04 12:52:36 +00:00
lib.register_style.rs Add needless_late_init lint 2021-11-23 15:08:49 +00:00
lib.register_suspicious.rs Add new lint octal_escapes 2021-11-20 11:57:25 +01:00
lib.rs Add needless_late_init lint 2021-11-23 15:08:49 +00:00
lifetimes.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
literal_representation.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
macro_use.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
main_recursion.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
manual_assert.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
manual_async_fn.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
manual_map.rs Minor simplification to manual_map 2021-11-17 10:36:13 -05:00
manual_non_exhaustive.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
manual_ok_or.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
manual_strip.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
manual_unwrap_or.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
map_clone.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
map_err_ignore.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
map_unit_fn.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
match_on_vec_items.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
match_result_ok.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
match_str_case_mismatch.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
matches.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-11-18 12:22:00 +01:00
mem_forget.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
mem_replace.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
minmax.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
misc.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-11-23 11:22:34 +01:00
missing_const_for_fn.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
missing_doc.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
missing_enforced_import_rename.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
missing_inline.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
module_style.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
modulo_arithmetic.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
multiple_crate_versions.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
mut_key.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
mut_mut.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
mut_mutex_lock.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
mut_reference.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
mutable_debug_assertion.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
mutex_atomic.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
needless_arbitrary_self_type.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
needless_bitwise_bool.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
needless_bool.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
needless_borrowed_ref.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
needless_continue.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
needless_for_each.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
needless_late_init.rs Add async/const fn tests for needless-late-init 2021-11-26 14:27:53 +00:00
needless_option_as_deref.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
needless_pass_by_value.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
needless_question_mark.rs Add more descriptive help info for needless_question_mark 2021-11-25 14:01:14 +08:00
needless_update.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
neg_cmp_op_on_partial_ord.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
neg_multiply.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
new_without_default.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
no_effect.rs Add needless_late_init lint 2021-11-23 15:08:49 +00:00
non_copy_const.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-12-02 09:32:09 +00:00
non_expressive_names.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-11-18 12:22:00 +01:00
non_octal_unix_permissions.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
non_send_fields_in_send_ty.rs Consider NonNull as a pointer type 2021-12-03 19:11:40 -05:00
nonstandard_macro_braces.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
octal_escapes.rs octal_escapes: note on print!() format strings 2021-11-22 21:02:03 +01:00
open_options.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
option_env_unwrap.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
option_if_let_else.rs Improve heuristics for determining whether eager of lazy evaluation is preferred 2021-11-15 20:54:13 -05:00
overflow_check_conditional.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
panic_in_result_fn.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
panic_unimplemented.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
partialeq_ne_impl.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
pass_by_ref_or_value.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
path_buf_push_overwrite.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
pattern_type_mismatch.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-11-23 11:22:34 +01:00
precedence.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
ptr.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
ptr_eq.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
ptr_offset_with_cast.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
question_mark.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
ranges.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
redundant_clone.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
redundant_closure_call.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
redundant_else.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
redundant_field_names.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
redundant_pub_crate.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
redundant_slicing.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
redundant_static_lifetimes.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
ref_option_ref.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
reference.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
regex.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
repeat_once.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
returns.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
same_name_method.rs Fixed same_name_method description 2021-12-02 18:25:09 +01:00
self_assignment.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
self_named_constructors.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-12-02 09:32:09 +00:00
semicolon_if_nothing_returned.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
serde_api.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
shadow.rs Fixes #7915 2021-11-21 14:28:44 +08:00
single_component_path_imports.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
size_of_in_element_count.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
slow_vector_initialization.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
stable_sort_primitive.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
strings.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
strlen_on_c_strings.rs Remove surrounding unsafe block in strlen_on_c_strings when possible 2021-11-19 21:14:51 -05:00
suspicious_operation_groupings.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
suspicious_trait_impl.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
swap.rs Auto merge of #7813 - xFrednet:6492-lint-version, r=flip1995 2021-11-11 12:38:04 +00:00
tabs_in_doc_comments.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
temporary_assignment.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
to_digit_is_some.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
to_string_in_display.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
trailing_empty_array.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
trait_bounds.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
transmuting_null.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
try_err.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
undocumented_unsafe_blocks.rs Fix ICE on undocumented_unsafe_blocks 2021-11-17 22:35:01 +09:00
undropped_manually_drops.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unicode.rs fix small nit 2021-11-26 19:27:14 +09:00
uninit_vec.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unit_hash.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unit_return_expecting_ord.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unnamed_address.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unnecessary_self_imports.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unnecessary_sort_by.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unnecessary_wraps.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unnested_or_patterns.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unsafe_removed_from_name.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unused_async.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unused_io_amount.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unused_self.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-12-02 09:32:09 +00:00
unused_unit.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
unwrap.rs New index_refutable_slice lint 2021-11-11 17:34:02 +01:00
unwrap_in_result.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
upper_case_acronyms.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
use_self.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
useless_conversion.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
vec.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
vec_init_then_push.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
vec_resize_to_zero.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
verbose_file_reads.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
wildcard_dependencies.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
wildcard_imports.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
write.rs Add note about crate lint level attributes to pre-expansion lints 2021-12-03 19:29:57 +01:00
zero_div_zero.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00
zero_sized_map_values.rs Added clippy::version attribute to all normal lints 2021-11-10 19:48:31 +01:00