Skip to content

Commit 560e96f

Browse files
committed
remove tidy line length ignore
1 parent 28177f0 commit 560e96f

File tree

1 file changed

+2
-3
lines changed
  • tests/run-make/core-no-fp-fmt-parse

1 file changed

+2
-3
lines changed

tests/run-make/core-no-fp-fmt-parse/rmake.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// ignore-tidy-linelength
2-
3-
// This test checks that the core library of Rust can be compiled without enabling support for formatting and parsing floating-point numbers.
1+
// This test checks that the core library of Rust can be compiled without enabling
2+
// support for formatting and parsing floating-point numbers.
43

54
extern crate run_make_support;
65

0 commit comments

Comments
 (0)