Skip to content

Commit 899085c

Browse files
committed
Mark dead code.
1 parent 7afecdf commit 899085c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ unsafe impl cxx::ExternType for c_char16_t {
496496
/// If you come across a method, type or function which refers to this type,
497497
/// it indicates that autocxx couldn't generate that binding. A documentation
498498
/// comment should be attached indicating the reason.
499+
#[allow(dead_code)]
499500
pub struct BindingGenerationFailure {
500501
_unallocatable: [*const u8; 0],
501502
_pinned: core::marker::PhantomData<core::marker::PhantomPinned>,

0 commit comments

Comments
 (0)