2022-05-05 09:12:52 -05:00
|
|
|
// This file was generated by `cargo dev update_lints`.
|
|
|
|
// Use that command to update this file and do not edit by hand.
|
|
|
|
// Manual edits will be overwritten.
|
|
|
|
|
2024-08-08 12:13:50 -05:00
|
|
|
#![warn(clippy::should_assert_eq)] //~ ERROR: lint `clippy::should_assert_eq`
|
|
|
|
#![warn(clippy::extend_from_slice)] //~ ERROR: lint `clippy::extend_from_slice`
|
|
|
|
#![warn(clippy::range_step_by_zero)] //~ ERROR: lint `clippy::range_step_by_zero`
|
|
|
|
#![warn(clippy::unstable_as_slice)] //~ ERROR: lint `clippy::unstable_as_slice`
|
|
|
|
#![warn(clippy::unstable_as_mut_slice)] //~ ERROR: lint `clippy::unstable_as_mut_slice`
|
|
|
|
#![warn(clippy::misaligned_transmute)] //~ ERROR: lint `clippy::misaligned_transmute`
|
|
|
|
#![warn(clippy::assign_ops)] //~ ERROR: lint `clippy::assign_ops`
|
|
|
|
#![warn(clippy::unsafe_vector_initialization)] //~ ERROR: lint `clippy::unsafe_vector_initialization`
|
|
|
|
#![warn(clippy::unused_collect)] //~ ERROR: lint `clippy::unused_collect`
|
|
|
|
#![warn(clippy::replace_consts)] //~ ERROR: lint `clippy::replace_consts`
|
|
|
|
#![warn(clippy::regex_macro)] //~ ERROR: lint `clippy::regex_macro`
|
|
|
|
#![warn(clippy::pub_enum_variant_names)] //~ ERROR: lint `clippy::pub_enum_variant_names`
|
|
|
|
#![warn(clippy::wrong_pub_self_convention)] //~ ERROR: lint `clippy::wrong_pub_self_convention`
|
2019-08-12 12:30:06 -05:00
|
|
|
|
|
|
|
fn main() {}
|