// 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. #![warn(clippy::should_assert_eq)] #![warn(clippy::extend_from_slice)] #![warn(clippy::range_step_by_zero)] #![warn(clippy::unstable_as_slice)] #![warn(clippy::unstable_as_mut_slice)] #![warn(clippy::misaligned_transmute)] #![warn(clippy::assign_ops)] #![warn(clippy::if_let_redundant_pattern_matching)] #![warn(clippy::unsafe_vector_initialization)] #![warn(clippy::unused_collect)] #![warn(clippy::replace_consts)] #![warn(clippy::regex_macro)] #![warn(clippy::find_map)] #![warn(clippy::filter_map)] #![warn(clippy::pub_enum_variant_names)] #![warn(clippy::wrong_pub_self_convention)] fn main() {}