rust/clippy_lints/src
Oliver Schneider d722489e71
Merge pull request #2823 from flip1995/thingies_things
Replace cfg_attr(rustfmt... with rustfmt::skip
2018-08-08 13:14:20 +02:00
..
utils Fix build 2018-08-08 18:01:06 +12:00
approx_const.rs Rustup 2018-07-23 13:01:12 +02:00
arithmetic.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
assign_ops.rs Tweak 2018-07-24 09:26:28 +01:00
attrs.rs Rustup 2018-07-23 13:01:12 +02:00
bit_mask.rs Rustup 2018-07-23 13:01:12 +02:00
blacklisted_name.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
block_in_if_condition.rs Remove import of matches 2018-07-19 01:06:02 -07:00
booleans.rs Rustup 2018-07-23 13:01:12 +02:00
bytecount.rs Rustup 2018-07-23 13:01:12 +02:00
collapsible_if.rs Rustup 2018-07-23 13:01:12 +02:00
const_static_lifetime.rs Rustup 2018-07-23 13:01:12 +02:00
consts.rs Rustup to 59fa6bd6c 2018-08-03 10:14:25 -07:00
copies.rs Rustup 2018-07-23 13:01:12 +02:00
cyclomatic_complexity.rs Rustup 2018-07-23 13:01:12 +02:00
default_trait_access.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
deprecated_lints.rs Deprecate misaligned_transmute 2018-04-11 02:50:04 -07:00
derive.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
doc.rs Rustup 2018-07-23 13:01:12 +02:00
double_comparison.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
double_parens.rs Rustup 2018-07-23 13:01:12 +02:00
drop_forget_ref.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
duration_subsec.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
else_if_without_else.rs Inline utils::in_external_macro 2018-07-24 10:38:58 +01:00
empty_enum.rs Rustup 2018-07-23 13:01:12 +02:00
entry.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
enum_clike.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
enum_glob_use.rs Rustup 2018-07-23 13:01:12 +02:00
enum_variants.rs Rustup 2018-07-23 13:01:12 +02:00
eq_op.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
erasing_op.rs Rustup 2018-07-23 13:01:12 +02:00
escape.rs Rustup 2018-07-23 13:01:12 +02:00
eta_reduction.rs Merge pull request #2948 from Nemo157/patch-1 2018-07-25 22:55:36 +02:00
eval_order_dependence.rs Rustup 2018-07-23 13:01:12 +02:00
excessive_precision.rs fix a bunch of typos found by codespell 2018-07-25 20:02:52 +02:00
explicit_write.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
fallible_impl_from.rs Rustup 2018-07-23 13:01:12 +02:00
format.rs Rustup 2018-07-23 13:01:12 +02:00
formatting.rs Rustup 2018-07-23 13:01:12 +02:00
functions.rs Rustup 2018-07-23 13:01:12 +02:00
identity_conversion.rs Fix #2971 2018-08-07 05:37:11 +02:00
identity_op.rs Rustup 2018-07-23 13:01:12 +02:00
if_let_redundant_pattern_matching.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
if_not_else.rs Inline utils::in_external_macro 2018-07-24 10:38:58 +01:00
indexing_slicing.rs Make indexing_slicing a restriction lint (fixes #2933) 2018-08-02 10:06:03 -07:00
infallible_destructuring_match.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
infinite_iter.rs Rustup 2018-07-23 13:01:12 +02:00
inherent_impl.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
inline_fn_without_body.rs Rustup 2018-07-23 13:01:12 +02:00
int_plus_one.rs Rustup 2018-07-23 13:01:12 +02:00
invalid_ref.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
items_after_statements.rs Rustup 2018-07-23 13:01:12 +02:00
large_enum_variant.rs Rustup 2018-07-23 13:01:12 +02:00
len_zero.rs Rustup 2018-07-23 13:01:12 +02:00
let_if_seq.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
lib.rs Merge pull request #2823 from flip1995/thingies_things 2018-08-08 13:14:20 +02:00
lifetimes.rs Inline utils::in_external_macro 2018-07-24 10:38:58 +01:00
literal_representation.rs Inline utils::in_external_macro 2018-07-24 10:38:58 +01:00
loops.rs Replace cfg_attr(rustfmt... thingies 2018-08-02 23:04:20 +02:00
map_clone.rs Rustup 2018-07-23 13:01:12 +02:00
map_unit_fn.rs Rustup 2018-07-23 13:01:12 +02:00
matches.rs Replace cfg_attr(rustfmt... thingies 2018-08-02 23:04:20 +02:00
mem_forget.rs Use Option::map_or 2018-08-06 17:52:09 +01:00
methods.rs Merge pull request #2823 from flip1995/thingies_things 2018-08-08 13:14:20 +02:00
minmax.rs Rustup 2018-07-23 13:01:12 +02:00
misc_early.rs Inline utils::in_external_macro 2018-07-24 10:38:58 +01:00
misc.rs Rustup 2018-07-23 13:01:12 +02:00
missing_doc.rs Rustup 2018-07-23 13:01:12 +02:00
missing_inline.rs Fix error in CrateType in latest Rust 2018-08-05 09:35:08 +12:00
multiple_crate_versions.rs Rustup 2018-07-23 13:01:12 +02:00
mut_mut.rs Inline utils::in_external_macro 2018-07-24 10:38:58 +01:00
mut_reference.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
mutex_atomic.rs Rustup 2018-07-23 13:01:12 +02:00
needless_bool.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
needless_borrow.rs Add known problem to needless_borrow lint 2018-07-25 14:54:09 +02:00
needless_borrowed_ref.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
needless_continue.rs Rustup 2018-07-23 13:01:12 +02:00
needless_pass_by_value.rs Rustup 2018-07-23 13:01:12 +02:00
needless_update.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
neg_cmp_op_on_partial_ord.rs fix a bunch of typos found by codespell 2018-07-25 20:02:52 +02:00
neg_multiply.rs Rustup 2018-07-23 13:01:12 +02:00
new_without_default.rs Replace cfg_attr(rustfmt... thingies 2018-08-02 23:04:20 +02:00
no_effect.rs Rustup 2018-07-23 13:01:12 +02:00
non_copy_const.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
non_expressive_names.rs Replace cfg_attr(rustfmt... thingies 2018-08-02 23:04:20 +02:00
ok_if_let.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
open_options.rs Rustup 2018-07-23 13:01:12 +02:00
overflow_check_conditional.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
panic_unimplemented.rs Rustup 2018-07-23 13:01:12 +02:00
partialeq_ne_impl.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
precedence.rs Rustup 2018-07-23 13:01:12 +02:00
ptr.rs Rustup 2018-07-23 13:01:12 +02:00
question_mark.rs Rustup 2018-07-23 13:01:12 +02:00
ranges.rs Rustup 2018-07-23 13:01:12 +02:00
redundant_field_names.rs Fix #3000 2018-08-06 08:20:50 +02:00
reference.rs Rustup 2018-07-23 13:01:12 +02:00
regex.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
replace_consts.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
returns.rs Inline utils::in_external_macro 2018-07-24 10:38:58 +01:00
serde_api.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
shadow.rs Inline utils::in_external_macro 2018-07-24 10:38:58 +01:00
strings.rs Rustup 2018-07-23 13:01:12 +02:00
suspicious_trait_impl.rs Rustup 2018-07-23 13:01:12 +02:00
swap.rs Rustup 2018-07-23 13:01:12 +02:00
temporary_assignment.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
transmute.rs Rustup 2018-07-23 13:01:12 +02:00
trivially_copy_pass_by_ref.rs Allow pass by ref when returning ADT with ref 2018-08-02 17:57:49 +10:00
types.rs fix a bunch of typos found by codespell 2018-07-25 20:02:52 +02:00
unicode.rs Rustup 2018-07-23 13:01:12 +02:00
unsafe_removed_from_name.rs Rustup 2018-07-23 13:01:12 +02:00
unused_io_amount.rs Rustup 2018-07-23 13:01:12 +02:00
unused_label.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
unwrap.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
use_self.rs Fix build 2018-08-08 18:01:06 +12:00
vec.rs Rustup 2018-07-23 13:01:12 +02:00
write.rs Fix the build after https://github.com/rust-lang/rust/pull/53016 2018-08-07 00:05:09 -07:00
zero_div_zero.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00