]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/kinds-of-primitive-impl.rs
Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov
[rust.git] / src / test / ui / kinds-of-primitive-impl.rs
index cbd4d7ae904fdc72918dde26458231cac6ae05bc..b045b050d77a42809d017b158497c6bd4532d46d 100644 (file)
@@ -1,6 +1,3 @@
-// ignore-tidy-linelength
-
-
 impl u8 {
 //~^ error: only a single inherent implementation marked with `#[lang = "u8"]` is allowed for the `u8` primitive
     pub const B: u8 = 0;