Skip to content

Commit e3c592c

Browse files
committed
Discarded the trait name
1 parent 438a426 commit e3c592c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cpp_compat_tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![cfg(all(feature = "rust", feature = "cpp"))]
22

3-
use fastpfor::cpp::Codec32;
4-
use fastpfor::rust::Integer;
3+
use fastpfor::cpp::Codec32 as _;
4+
use fastpfor::rust::Integer as _;
55
use fastpfor::{cpp, rust};
66
use std::io::Cursor;
77

0 commit comments

Comments
 (0)