]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/boxed_test.rs
rustfmt: liballoc, liballoc_*, libarena
[rust.git] / src / liballoc / boxed_test.rs
index 7f3dadcf24d230998fb6a7084365e672a603824e..e7da6d04d3f8fce438f9832dd03401b51136c585 100644 (file)
@@ -74,8 +74,7 @@ fn test_show() {
 
 #[test]
 fn deref() {
-    fn homura<T: Deref<Target = i32>>(_: T) {
-    }
+    fn homura<T: Deref<Target = i32>>(_: T) {}
     homura(Box::new(765));
 }