]> git.lizzy.rs Git - rust.git/blobdiff - tests/run-pass/associated-constant-ice.rs
Adapt run-pass tests to the tool_lints
[rust.git] / tests / run-pass / associated-constant-ice.rs
index 744de9bcf384da5e405d67b3825f0d2b8d5d735d..2c5c90683cced053fecf8980f8c99ff71b684b63 100644 (file)
@@ -1,6 +1,3 @@
-
-
-
 pub trait Trait {
     const CONSTANT: u8;
 }