From 18a513b0c26553fbcadded93d24a3f6c58e24bff Mon Sep 17 00:00:00 2001 From: topecongiro Date: Mon, 13 Nov 2017 16:22:09 +0900 Subject: [PATCH] Change Rfc to Block --- tests/source/configs-where_style-rfc.rs | 2 +- tests/target/big-impl-rfc.rs | 2 +- tests/target/configs-control_style-rfc.rs | 2 +- tests/target/configs-where_style-rfc.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/source/configs-where_style-rfc.rs b/tests/source/configs-where_style-rfc.rs index 24f4a7c7ea8..012840be28d 100644 --- a/tests/source/configs-where_style-rfc.rs +++ b/tests/source/configs-where_style-rfc.rs @@ -1,4 +1,4 @@ -// rustfmt-indent_style: Rfc +// rustfmt-indent_style: Block // Where style fn lorem() -> T where Ipsum: Eq, Dolor: Eq, Sit: Eq, Amet: Eq { diff --git a/tests/target/big-impl-rfc.rs b/tests/target/big-impl-rfc.rs index 6c21f8a22e4..a52757711f4 100644 --- a/tests/target/big-impl-rfc.rs +++ b/tests/target/big-impl-rfc.rs @@ -1,7 +1,7 @@ // rustfmt-indent_style: Block // rustfmt-indent_style: Block // rustfmt-indent_style: Block -// rustfmt-indent_style: Rfc +// rustfmt-indent_style: Block // #1357 impl<'a, Select, From, Distinct, Where, Order, Limit, Offset, Groupby, DB> InternalBoxedDsl<'a, DB> diff --git a/tests/target/configs-control_style-rfc.rs b/tests/target/configs-control_style-rfc.rs index f2023bcbc5b..5e19681f90b 100644 --- a/tests/target/configs-control_style-rfc.rs +++ b/tests/target/configs-control_style-rfc.rs @@ -1,4 +1,4 @@ -// rustfmt-indent_style: Rfc +// rustfmt-indent_style: Block // #1618 fn main() { diff --git a/tests/target/configs-where_style-rfc.rs b/tests/target/configs-where_style-rfc.rs index 5d4edfd107c..a7b9a4f02b3 100644 --- a/tests/target/configs-where_style-rfc.rs +++ b/tests/target/configs-where_style-rfc.rs @@ -1,4 +1,4 @@ -// rustfmt-indent_style: Rfc +// rustfmt-indent_style: Block // Where style fn lorem() -> T