Skip to content

Commit 3ea62cb

Browse files
committedApr 3, 2021
Remove redundant ignore-tidy-linelength annotations
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
1 parent 97717a5 commit 3ea62cb

File tree

271 files changed

+1596
-1848
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+1596
-1848
lines changed
 

‎src/test/codegen-units/item-collection/drop_in_place_intrinsic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ignore-tidy-linelength
1+
//
22
// compile-flags:-Zprint-mono-items=eager
33
// compile-flags:-Zinline-in-all-cgus
44

‎src/test/codegen-units/item-collection/function-as-argument.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ignore-tidy-linelength
1+
//
22
// compile-flags:-Zprint-mono-items=eager
33

44
#![deny(dead_code)]

0 commit comments

Comments
 (0)
Please sign in to comment.