Skip to content

Commit

Permalink
Format PR 1262 with rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 29, 2023
1 parent 13ee65e commit 541daa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/cxx_vector.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use cxx::{CxxVector};
use cxx::CxxVector;

#[test]
fn test_cxx_vector_new() {
let vector = CxxVector::<i32>::new();
assert!(vector.is_empty());
}

0 comments on commit 541daa0

Please sign in to comment.