| commit | 362c9f92b0703cd205a55bb5b9d687df4cc3ad59 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sat Oct 10 16:29:58 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Sat Oct 10 16:30:04 2020 -0700 |
| tree | c0375f164de6bc34a98b1e9d01621500f5aa104d | |
| parent | 2fe955f4214a651af8ed76a0df94274d839d9cee [diff] [blame] |
Touch up PR 356
diff --git a/tests/ffi/lib.rs b/tests/ffi/lib.rs index a0a2a73..7cffded 100644 --- a/tests/ffi/lib.rs +++ b/tests/ffi/lib.rs
@@ -4,8 +4,8 @@ clippy::trivially_copy_pass_by_ref )] -pub mod module; pub mod extra; +pub mod module; use cxx::{CxxString, CxxVector, UniquePtr}; use std::fmt::{self, Display};