removed comment with default: rustfmt-remove_nested_parens

This commit is contained in:
Stéphane Campinas 2018-06-27 01:11:39 +02:00
parent 0a2aa6526e
commit ad27384cc2
No known key found for this signature in database
GPG key ID: 8272664236A42C2F
4 changed files with 0 additions and 6 deletions

View file

@ -1,6 +1,5 @@
// rustfmt-normalize_comments: true
// rustfmt-wrap_comments: true
// rustfmt-remove_nested_parens: true
// Test expressions
fn foo() -> bool {

View file

@ -1,5 +1,3 @@
// rustfmt-remove_nested_parens: true
fn main() {
let x = (((1)));
let y = (/* comment */((2)));

View file

@ -1,6 +1,5 @@
// rustfmt-normalize_comments: true
// rustfmt-wrap_comments: true
// rustfmt-remove_nested_parens: true
// Test expressions
fn foo() -> bool {

View file

@ -1,5 +1,3 @@
// rustfmt-remove_nested_parens: true
fn main() {
let x = (1);
let y = (/* comment */(2));