Sign in
rust
/
rust-clippy
/
0d2f1aef02d052b777e70fad48df2139263bb163
/
.
/
clippy_lints
/
src
tree: 5d932eb56d8554efc2258da09786cee4dd9c2dbc [
path history
]
[
tgz
]
methods/
utils/
approx_const.rs
arithmetic.rs
as_conversions.rs
asm_syntax.rs
assertions_on_constants.rs
assign_ops.rs
async_yields_async.rs
atomic_ordering.rs
attrs.rs
await_holding_invalid.rs
bit_mask.rs
blacklisted_name.rs
blocks_in_if_conditions.rs
booleans.rs
bytecount.rs
cargo_common_metadata.rs
checked_conversions.rs
cognitive_complexity.rs
collapsible_if.rs
comparison_chain.rs
consts.rs
copies.rs
copy_iterator.rs
create_dir.rs
dbg_macro.rs
default.rs
deprecated_lints.rs
dereference.rs
derive.rs
disallowed_method.rs
doc.rs
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
erasing_op.rs
escape.rs
eta_reduction.rs
eval_order_dependence.rs
excessive_bools.rs
exit.rs
explicit_write.rs
fallible_impl_from.rs
float_equality_without_abs.rs
float_literal.rs
floating_point_arithmetic.rs
format.rs
formatting.rs
functions.rs
future_not_send.rs
get_last_with_len.rs
identity_op.rs
if_let_mutex.rs
if_let_some_result.rs
if_not_else.rs
implicit_return.rs
implicit_saturating_sub.rs
indexing_slicing.rs
infinite_iter.rs
inherent_impl.rs
inherent_to_string.rs
inline_fn_without_body.rs
int_plus_one.rs
integer_division.rs
items_after_statements.rs
large_const_arrays.rs
large_enum_variant.rs
large_stack_arrays.rs
len_zero.rs
let_if_seq.rs
let_underscore.rs
lib.rs
lifetimes.rs
literal_representation.rs
loops.rs
macro_use.rs
main_recursion.rs
manual_async_fn.rs
manual_non_exhaustive.rs
manual_ok_or.rs
manual_strip.rs
manual_unwrap_or.rs
map_clone.rs
map_err_ignore.rs
map_identity.rs
map_unit_fn.rs
match_on_vec_items.rs
matches.rs
mem_discriminant.rs
mem_forget.rs
mem_replace.rs
minmax.rs
misc.rs
misc_early.rs
missing_const_for_fn.rs
missing_doc.rs
missing_inline.rs
modulo_arithmetic.rs
multiple_crate_versions.rs
mut_key.rs
mut_mut.rs
mut_mutex_lock.rs
mut_reference.rs
mutable_debug_assertion.rs
mutex_atomic.rs
needless_arbitrary_self_type.rs
needless_bool.rs
needless_borrow.rs
needless_borrowed_ref.rs
needless_continue.rs
needless_pass_by_value.rs
needless_update.rs
neg_cmp_op_on_partial_ord.rs
neg_multiply.rs
new_without_default.rs
no_effect.rs
non_copy_const.rs
non_expressive_names.rs
open_options.rs
option_env_unwrap.rs
option_if_let_else.rs
overflow_check_conditional.rs
panic_in_result_fn.rs
panic_unimplemented.rs
partialeq_ne_impl.rs
pass_by_ref_or_value.rs
path_buf_push_overwrite.rs
pattern_type_mismatch.rs
precedence.rs
ptr.rs
ptr_eq.rs
ptr_offset_with_cast.rs
question_mark.rs
ranges.rs
redundant_clone.rs
redundant_closure_call.rs
redundant_field_names.rs
redundant_pub_crate.rs
redundant_static_lifetimes.rs
ref_option_ref.rs
reference.rs
regex.rs
repeat_once.rs
returns.rs
self_assignment.rs
serde_api.rs
shadow.rs
single_component_path_imports.rs
slow_vector_initialization.rs
stable_sort_primitive.rs
strings.rs
suspicious_trait_impl.rs
swap.rs
tabs_in_doc_comments.rs
temporary_assignment.rs
to_digit_is_some.rs
to_string_in_display.rs
trait_bounds.rs
transmute.rs
transmuting_null.rs
try_err.rs
types.rs
undropped_manually_drops.rs
unicode.rs
unit_return_expecting_ord.rs
unnamed_address.rs
unnecessary_sort_by.rs
unnested_or_patterns.rs
unsafe_removed_from_name.rs
unused_io_amount.rs
unused_self.rs
unused_unit.rs
unwrap.rs
unwrap_in_result.rs
use_self.rs
useless_conversion.rs
vec.rs
vec_resize_to_zero.rs
verbose_file_reads.rs
wildcard_dependencies.rs
wildcard_imports.rs
write.rs
zero_div_zero.rs