about summary refs log tree commit diff
path: root/tests/ui/pub_use.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/pub_use.rs')
-rw-r--r--tests/ui/pub_use.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/pub_use.rs b/tests/ui/pub_use.rs
index 4c2c3dfb30c..be4d1b2a964 100644
--- a/tests/ui/pub_use.rs
+++ b/tests/ui/pub_use.rs
@@ -9,7 +9,6 @@ pub mod outer {
     // should be linted
     pub use inner::Test;
     //~^ pub_use
-
 }
 
 // should not be linted