This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
clippy_lints
/
src
History
dvermd
b41b38cb7f
clippy_lint: Refactor 'ref_option_ref'
2020-10-26 22:34:42 +01:00
..
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_trait_access.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_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_early.rs
…
misc.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_eq.rs
…
ptr_offset_with_cast.rs
…
ptr.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
clippy_lint: Refactor 'ref_option_ref'
2020-10-26 22:34:42 +01:00
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_in_result.rs
…
unwrap.rs
…
use_self.rs
…
useless_conversion.rs
…
vec_resize_to_zero.rs
…
vec.rs
…
verbose_file_reads.rs
…
wildcard_dependencies.rs
…
wildcard_imports.rs
…
write.rs
…
zero_div_zero.rs
…