]> git.lizzy.rs Git - rust.git/commit
Add version = "Two" to rustfmt.toml
authorCameron Steffen <cam.steffen94@gmail.com>
Mon, 1 Mar 2021 17:53:33 +0000 (11:53 -0600)
committerCameron Steffen <cam.steffen94@gmail.com>
Mon, 1 Mar 2021 22:17:33 +0000 (16:17 -0600)
commitada8c72f3f21013f789f774d4c0219c58264e663
treebe2f7226659677a524c3373c03e040aeb85140fc
parent5ae1e17e81276041b9aa9aca6e6f53385bff5acd
Add version = "Two" to rustfmt.toml

Ignore UI tests since this change makes rustfmt less friendly with UI
test comments.
52 files changed:
clippy_lints/src/await_holding_invalid.rs
clippy_lints/src/float_literal.rs
clippy_lints/src/infinite_iter.rs
clippy_lints/src/inherent_to_string.rs
clippy_lints/src/loops.rs
clippy_lints/src/mutable_debug_assertion.rs
clippy_lints/src/needless_continue.rs
clippy_lints/src/open_options.rs
clippy_utils/src/camel_case.rs
clippy_utils/src/lib.rs
clippy_utils/src/ptr.rs
rustfmt.toml
tests/lint_message_convention.rs
tests/ui-toml/upper_case_acronyms_aggressive/upper_case_acronyms.rs
tests/ui-toml/upper_case_acronyms_aggressive/upper_case_acronyms.stderr
tests/ui/auxiliary/macro_rules.rs
tests/ui/blocks_in_if_conditions.fixed
tests/ui/blocks_in_if_conditions.rs
tests/ui/blocks_in_if_conditions.stderr
tests/ui/checked_unwrap/simple_conditionals.rs
tests/ui/crashes/ice-6256.rs
tests/ui/crashes/ice-6256.stderr
tests/ui/dbg_macro.rs
tests/ui/dbg_macro.stderr
tests/ui/default_trait_access.fixed
tests/ui/default_trait_access.rs
tests/ui/doc_panics.rs
tests/ui/doc_panics.stderr
tests/ui/float_cmp.rs
tests/ui/float_cmp.stderr
tests/ui/float_cmp_const.rs
tests/ui/float_cmp_const.stderr
tests/ui/floating_point_abs.fixed
tests/ui/floating_point_abs.rs
tests/ui/floating_point_abs.stderr
tests/ui/if_let_some_result.fixed
tests/ui/if_let_some_result.rs
tests/ui/if_let_some_result.stderr
tests/ui/implicit_return.fixed
tests/ui/implicit_return.rs
tests/ui/implicit_return.stderr
tests/ui/needless_lifetimes.rs
tests/ui/needless_lifetimes.stderr
tests/ui/redundant_clone.fixed
tests/ui/redundant_clone.rs
tests/ui/redundant_clone.stderr
tests/ui/unnecessary_wraps.rs
tests/ui/unnecessary_wraps.stderr
tests/ui/upper_case_acronyms.rs
tests/ui/use_self.fixed
tests/ui/use_self.rs
tests/ui/use_self.stderr