aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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) {}
}