Skip to content

Commit cf006bf

Browse files
committed
fix lints
1 parent 47ad120 commit cf006bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ mod test {
150150
Ok(tables)
151151
}
152152

153-
let t = foo().unwrap();
153+
let _t = foo().unwrap();
154154
}
155155
}

0 commit comments

Comments
 (0)