Skip to content

Commit

Permalink
clippy fixes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrieshiemstra authored and theduke committed Nov 7, 2020
1 parent 8d524ff commit dad76a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libquickjs-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ mod tests {
#[test]
fn test_eval() {
unsafe {

let rt = JS_NewRuntime();
let ctx = JS_NewContext(rt);

Expand All @@ -91,7 +90,6 @@ mod tests {
assert_eq!(fval.tag, 7);
let bval = JS_NewBool(ctx, true);
assert_eq!(bval.tag, 1);

}
}
}

0 comments on commit dad76a5

Please sign in to comment.