diff options
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -384,7 +384,7 @@ mod test { #[test] fn ownership_passes_through() { static mut DROPPED: bool = false; - struct DropTest {}; + struct DropTest {} impl DropTest { fn i_own_it_now(self) {} } |