rust/clippy_lints/src
2020-11-08 14:34:06 -06:00
..
methods Make KNOW_TYPES static 2020-11-08 14:34:06 -06:00
utils Enable empty_loop lint for no_std crates 2020-11-08 12:38:10 +01:00
approx_const.rs
arithmetic.rs removed lint for division/modulo for literal 0 2020-10-30 17:31:10 +05:30
as_conversions.rs
asm_syntax.rs
assertions_on_constants.rs
assign_ops.rs
async_yields_async.rs
atomic_ordering.rs
attrs.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
await_holding_invalid.rs Fix await_holding_refcell_ref examples for clarify 2020-11-06 04:02:41 +09:00
bit_mask.rs
blacklisted_name.rs
blocks_in_if_conditions.rs Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup 2020-10-28 23:36:07 +01:00
booleans.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
bytecount.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
cargo_common_metadata.rs Fix example for cargo common data 2020-11-04 23:39:52 +01:00
checked_conversions.rs
cognitive_complexity.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
collapsible_if.rs
comparison_chain.rs
consts.rs Run cargo dev fmt 2020-11-04 22:41:15 +01:00
copies.rs Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup 2020-10-28 23:36:07 +01:00
copy_iterator.rs
create_dir.rs
dbg_macro.rs
default.rs Implement field_reassign_with_default 2020-10-31 15:49:58 +02:00
deprecated_lints.rs Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup 2020-10-28 23:36:07 +01:00
dereference.rs
derive.rs Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup 2020-10-28 23:36:07 +01:00
disallowed_method.rs
doc.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
double_comparison.rs
double_parens.rs
drop_forget_ref.rs
duration_subsec.rs
else_if_without_else.rs
empty_enum.rs
entry.rs
enum_clike.rs
enum_variants.rs
eq_op.rs Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup 2020-10-23 22:16:59 +02:00
erasing_op.rs
escape.rs Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomatsakis 2020-11-04 22:45:15 +00:00
eta_reduction.rs
eval_order_dependence.rs
excessive_bools.rs
exit.rs
explicit_write.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
fallible_impl_from.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
float_equality_without_abs.rs Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup 2020-10-28 23:36:07 +01:00
float_literal.rs
floating_point_arithmetic.rs
format.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
formatting.rs
functions.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
future_not_send.rs Run cargo dev fmt 2020-10-15 22:37:53 -07:00
get_last_with_len.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
identity_op.rs
if_let_mutex.rs
if_let_some_result.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
if_not_else.rs
implicit_return.rs
implicit_saturating_sub.rs
indexing_slicing.rs
infinite_iter.rs
inherent_impl.rs
inherent_to_string.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
inline_fn_without_body.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
int_plus_one.rs
integer_division.rs
items_after_statements.rs Lint items after statements in macro expansions 2020-10-14 23:49:48 -04:00
large_const_arrays.rs
large_enum_variant.rs
large_stack_arrays.rs
len_zero.rs Remove empty lines in doc comment 2020-10-29 15:49:42 +01:00
let_if_seq.rs
let_underscore.rs
lib.rs Auto merge of #6134 - patrickelectric:as_utf8, r=llogiq 2020-11-07 17:06:27 +00:00
lifetimes.rs Fix: Use .collect() instead of ::fromIterator() 2020-11-03 16:44:24 +01:00
literal_representation.rs Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup 2020-10-28 23:36:07 +01:00
loops.rs Update clippy_lints/src/loops.rs 2020-11-08 12:38:10 +01:00
macro_use.rs
main_recursion.rs
manual_async_fn.rs Refactor to make getting position just before RArrow a common function 2020-11-06 22:54:38 +09:00
manual_non_exhaustive.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
manual_ok_or.rs add manual_ok_or / pr remarks 2020-10-29 19:08:54 +01:00
manual_strip.rs
manual_unwrap_or.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
map_clone.rs do not trigger map_clone in the case of &mut 2020-11-06 14:38:46 +03:00
map_err_ignore.rs
map_identity.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
map_unit_fn.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
match_on_vec_items.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
matches.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
mem_discriminant.rs
mem_forget.rs
mem_replace.rs
minmax.rs
misc_early.rs Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup 2020-10-28 23:36:07 +01:00
misc.rs No lint in external macro for toplevel_ref_arg 2020-10-26 10:14:03 +01:00
missing_const_for_fn.rs
missing_doc.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
missing_inline.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
modulo_arithmetic.rs
multiple_crate_versions.rs
mut_key.rs Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup 2020-10-23 22:16:59 +02:00
mut_mut.rs
mut_mutex_lock.rs Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup 2020-10-28 23:36:07 +01:00
mut_reference.rs
mutable_debug_assertion.rs Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup 2020-10-23 22:16:59 +02:00
mutex_atomic.rs
needless_arbitrary_self_type.rs
needless_bool.rs Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup 2020-10-28 23:36:07 +01:00
needless_borrow.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
needless_borrowed_ref.rs
needless_continue.rs
needless_pass_by_value.rs Auto merge of #6296 - flip1995:rustup, r=flip1995 2020-11-05 13:14:26 +00:00
needless_update.rs
neg_cmp_op_on_partial_ord.rs
neg_multiply.rs
new_without_default.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
no_effect.rs
non_copy_const.rs
non_expressive_names.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
open_options.rs
option_env_unwrap.rs
option_if_let_else.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
overflow_check_conditional.rs
panic_in_result_fn.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
panic_unimplemented.rs
partialeq_ne_impl.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
pass_by_ref_or_value.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
path_buf_push_overwrite.rs
pattern_type_mismatch.rs
precedence.rs
ptr_eq.rs Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup 2020-10-23 22:16:59 +02:00
ptr_offset_with_cast.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
ptr.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
question_mark.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
ranges.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
redundant_clone.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
redundant_closure_call.rs
redundant_field_names.rs
redundant_pub_crate.rs
redundant_static_lifetimes.rs
ref_option_ref.rs Update clippy_lints/src/ref_option_ref.rs 2020-10-29 17:39:19 +01:00
reference.rs
regex.rs
repeat_once.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
returns.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
self_assignment.rs
serde_api.rs
shadow.rs
single_component_path_imports.rs
slow_vector_initialization.rs
stable_sort_primitive.rs
strings.rs Auto merge of #6134 - patrickelectric:as_utf8, r=llogiq 2020-11-07 17:06:27 +00:00
suspicious_trait_impl.rs
swap.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
tabs_in_doc_comments.rs
temporary_assignment.rs
to_digit_is_some.rs
to_string_in_display.rs
trait_bounds.rs
transmute.rs Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup 2020-10-23 22:16:59 +02:00
transmuting_null.rs
try_err.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
types.rs Auto merge of #6271 - camsteffen:vec-box-import, r=flip1995 2020-11-08 12:02:30 +00:00
undropped_manually_drops.rs Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup 2020-10-28 23:36:07 +01:00
unicode.rs
unit_return_expecting_ord.rs
unnamed_address.rs
unnecessary_sort_by.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
unnested_or_patterns.rs
unsafe_removed_from_name.rs
unused_io_amount.rs
unused_self.rs
unused_unit.rs Refactor to make getting position just before RArrow a common function 2020-11-06 22:54:38 +09:00
unwrap_in_result.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
unwrap.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
use_self.rs
useless_conversion.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
vec_resize_to_zero.rs
vec.rs
verbose_file_reads.rs
wildcard_dependencies.rs
wildcard_imports.rs
write.rs Use const rustc sym where possible 2020-11-02 11:46:37 -06:00
zero_div_zero.rs