about summary refs log tree commit diff
path: root/tests/ui/rc_mutex.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rc_mutex.rs')
-rw-r--r--tests/ui/rc_mutex.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/rc_mutex.rs b/tests/ui/rc_mutex.rs
index cccbc751f41..c8700e13b11 100644
--- a/tests/ui/rc_mutex.rs
+++ b/tests/ui/rc_mutex.rs
@@ -33,7 +33,6 @@ fn test2(foo: Rc<Mutex<MyEnum>>) {}
 fn test3(foo: Rc<Mutex<SubT<usize>>>) {}
 //~^ rc_mutex
 
-
 // All of these test should be allowed because they are part of the
 // public api and `avoid_breaking_exported_api` is `false` by default.
 pub fn pub_test1<T>(foo: Rc<Mutex<T>>) {}