removed comment with default: rustfmt-error_on_line_overflow

This commit is contained in:
Stéphane Campinas 2018-06-27 00:48:33 +02:00
parent 5ad7325ada
commit 87f72d4333
No known key found for this signature in database
GPG key ID: 8272664236A42C2F
28 changed files with 2 additions and 35 deletions

View file

@ -1,5 +1,4 @@
// rustfmt-wrap_comments: true
// rustfmt-error_on_line_overflow: false
// Enums test
#[atrr]

View file

@ -1,5 +1,4 @@
// rustfmt-file_lines: [{"file":"tests/source/file-lines-3.rs","range":[5,9]},{"file":"tests/source/file-lines-3.rs","range":[11,16]}]
// rustfmt-error_on_line_overflow: false
// rustfmt-file_lines: [{"file":"tests/source/file-lines-3.rs","range":[4,8]},{"file":"tests/source/file-lines-3.rs","range":[10,15]}]
fn floaters() {
let x = Foo {

View file

@ -1,7 +1,6 @@
// rustfmt-normalize_comments: true
// rustfmt-wrap_comments: true
// rustfmt-hard_tabs: true
// rustfmt-error_on_line_overflow: false
fn main() {
let x = Bar;

View file

@ -1,5 +1,4 @@
// rustfmt-normalize_comments: true
// rustfmt-error_on_line_overflow: false
// Imports.

View file

@ -1,5 +1,3 @@
// rustfmt-error_on_line_overflow: false
fn issue_2179() {
let (opts, rustflags, clear_env_rust_log) =
{

View file

@ -1,5 +1,3 @@
// rustfmt-error_on_line_overflow: false
mod client {
impl Client {
fn test(self) -> Result<()> {

View file

@ -1,4 +1,3 @@
// rustfmt-error_on_line_overflow: false
macro_rules! m {
() => ();

View file

@ -1,5 +1,4 @@
// rustfmt-format_strings: true
// rustfmt-error_on_line_overflow: false
// Long string literals
fn main() -> &'static str {

View file

@ -1,5 +1,4 @@
// rustfmt-format_strings: true
// rustfmt-error_on_line_overflow: false
fn main() {
println!("ThisIsAReallyLongStringWithNoSpaces.It_should_prefer_to_break_onpunctuation:Likethisssssssssssss");

View file

@ -1,6 +1,5 @@
// rustfmt-normalize_comments: true
// rustfmt-wrap_comments: true
// rustfmt-error_on_line_overflow: false
// Struct literal expressions.
fn main() {

View file

@ -1,7 +1,6 @@
// rustfmt-normalize_comments: true
// rustfmt-wrap_comments: true
// rustfmt-indent_style: Visual
// rustfmt-error_on_line_overflow: false
// Struct literal expressions.

View file

@ -2,7 +2,6 @@
// rustfmt-wrap_comments: true
// rustfmt-indent_style: Visual
// rustfmt-struct_lit_single_line: false
// rustfmt-error_on_line_overflow: false
// Struct literal expressions.

View file

@ -1,6 +1,5 @@
// rustfmt-normalize_comments: true
// rustfmt-wrap_comments: true
// rustfmt-error_on_line_overflow: false
// rustfmt-indent_style: Visual
fn foo() {
Fooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(f(), b());

View file

@ -1,5 +1,4 @@
// rustfmt-wrap_comments: true
// rustfmt-error_on_line_overflow: false
// Enums test
#[atrr]

View file

@ -1,5 +1,4 @@
// rustfmt-file_lines: [{"file":"tests/source/file-lines-3.rs","range":[5,9]},{"file":"tests/source/file-lines-3.rs","range":[11,16]}]
// rustfmt-error_on_line_overflow: false
// rustfmt-file_lines: [{"file":"tests/source/file-lines-3.rs","range":[4,8]},{"file":"tests/source/file-lines-3.rs","range":[10,15]}]
fn floaters() {
let x = Foo {

View file

@ -1,7 +1,6 @@
// rustfmt-normalize_comments: true
// rustfmt-wrap_comments: true
// rustfmt-hard_tabs: true
// rustfmt-error_on_line_overflow: false
fn main() {
let x = Bar;

View file

@ -1,5 +1,4 @@
// rustfmt-normalize_comments: true
// rustfmt-error_on_line_overflow: false
// Imports.

View file

@ -1,6 +1,5 @@
// rustfmt-tab_spaces: 2
// rustfmt-max_width: 30
// rustfmt-error_on_line_overflow: false
enum F {
X {

View file

@ -1,5 +1,3 @@
// rustfmt-error_on_line_overflow: false
fn issue_2179() {
let (opts, rustflags, clear_env_rust_log) = {
// We mustn't lock configuration for the whole build process

View file

@ -1,6 +1,5 @@
// rustfmt-max_width: 79
// rustfmt-wrap_comments: true
// rustfmt-error_on_line_overflow: false
/// ```rust
/// unsafe fn sum_sse2(x: i32x4) -> i32 {

View file

@ -1,5 +1,3 @@
// rustfmt-error_on_line_overflow: false
mod client {
impl Client {
fn test(self) -> Result<()> {

View file

@ -1,5 +1,3 @@
// rustfmt-error_on_line_overflow: false
macro_rules! m {
() => {};
($x:ident) => {};

View file

@ -1,5 +1,4 @@
// rustfmt-format_strings: true
// rustfmt-error_on_line_overflow: false
// Long string literals
fn main() -> &'static str {

View file

@ -1,5 +1,4 @@
// rustfmt-format_strings: true
// rustfmt-error_on_line_overflow: false
fn main() {
println!(

View file

@ -1,6 +1,5 @@
// rustfmt-normalize_comments: true
// rustfmt-wrap_comments: true
// rustfmt-error_on_line_overflow: false
// Struct literal expressions.
fn main() {

View file

@ -1,7 +1,6 @@
// rustfmt-normalize_comments: true
// rustfmt-wrap_comments: true
// rustfmt-indent_style: Visual
// rustfmt-error_on_line_overflow: false
// Struct literal expressions.

View file

@ -2,7 +2,6 @@
// rustfmt-wrap_comments: true
// rustfmt-indent_style: Visual
// rustfmt-struct_lit_single_line: false
// rustfmt-error_on_line_overflow: false
// Struct literal expressions.

View file

@ -1,6 +1,5 @@
// rustfmt-normalize_comments: true
// rustfmt-wrap_comments: true
// rustfmt-error_on_line_overflow: false
// rustfmt-indent_style: Visual
fn foo() {
Fooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(f(), b());