• Home
  • Raw
  • Download

Lines Matching full:clippy

257     clippy::bool_to_int_with_if,
258 clippy::cast_lossless,
259 clippy::cast_possible_truncation,
260 clippy::cast_possible_wrap,
261 clippy::cast_ptr_alignment,
262 clippy::default_trait_access,
263 clippy::derivable_impls,
264 clippy::diverging_sub_expression,
265 clippy::doc_markdown,
266 clippy::expl_impl_clone_on_copy,
267 clippy::explicit_auto_deref,
268 clippy::if_not_else,
269 clippy::inherent_to_string,
270 clippy::into_iter_without_iter,
271 clippy::items_after_statements,
272 clippy::large_enum_variant,
273 clippy::let_underscore_untyped, // https://github.com/rust-lang/rust-clippy/issues/10410
274 clippy::manual_assert,
275 clippy::manual_let_else,
276 clippy::match_like_matches_macro,
277 clippy::match_on_vec_items,
278 clippy::match_same_arms,
279clippy::match_wildcard_for_single_variants, // clippy bug: https://github.com/rust-lang/rust-clipp…
280 clippy::missing_errors_doc,
281 clippy::missing_panics_doc,
282 clippy::module_name_repetitions,
283 clippy::must_use_candidate,
284 clippy::needless_doctest_main,
285 clippy::needless_pass_by_value,
286 clippy::never_loop,
287 clippy::range_plus_one,
288 clippy::redundant_else,
289 clippy::return_self_not_must_use,
290 clippy::similar_names,
291 clippy::single_match_else,
292 clippy::too_many_arguments,
293 clippy::too_many_lines,
294 clippy::trivially_copy_pass_by_ref,
295 clippy::uninhabited_references,
296 clippy::uninlined_format_args,
297 clippy::unnecessary_box_returns,
298 clippy::unnecessary_unwrap,
299 clippy::used_underscore_binding,
300 clippy::wildcard_imports,