]> git.lizzy.rs Git - rust.git/commitdiff
placate check-pretty via comment rearrangement.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Thu, 8 Oct 2015 21:02:42 +0000 (23:02 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Thu, 8 Oct 2015 21:02:42 +0000 (23:02 +0200)
src/test/run-pass/issue28498-ugeh-ex1.rs

index 5a6da8190392be778b6625fa8a15802e30b0d912..b07831f552c6a0d789d178696578de84beae2b8f 100644 (file)
@@ -21,7 +21,8 @@
 struct Foo<T> { data: Vec<T> }
 
 impl<T> Drop for Foo<T> {
-    #[unsafe_destructor_blind_to_params] // This is the UGEH attribute
+    // Below is the UGEH attribute
+    #[unsafe_destructor_blind_to_params]
     fn drop(&mut self) { }
 }