rust/src/config
Matthias Krüger 4c2959fb12 fix a bunch of clippy warnings
clippy::bind_instead_of_map
clippy::branches_sharing_code
clippy::collapsible_match
clippy::inconsistent_struct_constructor
clippy::int_plus_one
clippy::iter_count
clippy::iter_nth_zero
clippy::manual_range_contains
clippy::match_like_matches_macro
clippy::needless::collect
clippy::needless_question_mark
clippy::needless_return
clippy::op_ref
clippy::option_as_ref_deref
clippy::ptr_arg
clippy::redundant_clone
clippy::redundant_closure
clippy::redundant_static_lifetimes
clippy::search_is_some
clippy::#single_char_add_str
clippy::single_char_pattern
clippy::single_component_path_imports
clippy::single_match
clippy::skip_while_next
clippy::unnecessary_lazy_evaluations
clippy::unnecessary_unwrap
clippy::useless_conversion
clippy::useless_format
2021-07-25 22:53:32 -05:00
..
config_type.rs Improve pasta copyability of merge_imports deprecation message 2021-07-25 22:53:32 -05:00
file_lines.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
license.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
lists.rs Rename config_proc_macro to rustfmt-config_proc_macro 2019-06-09 22:29:36 +09:00
mod.rs refactor: remove panics on misconfigured widths 2021-04-21 21:27:50 -05:00
options.rs feat(config): expose all width heurstic options 2021-04-21 21:27:50 -05:00