From 8d01ca0561ec877fb24fb47eb6ddc37e5c2a0bc0 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 12 Oct 2022 12:45:43 -0400 Subject: remove extra semicolon --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index b4c1698..ca767f3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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) {} } -- cgit v1.2.3