We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afecdf commit 899085cCopy full SHA for 899085c
src/lib.rs
@@ -496,6 +496,7 @@ unsafe impl cxx::ExternType for c_char16_t {
496
/// If you come across a method, type or function which refers to this type,
497
/// it indicates that autocxx couldn't generate that binding. A documentation
498
/// comment should be attached indicating the reason.
499
+#[allow(dead_code)]
500
pub struct BindingGenerationFailure {
501
_unallocatable: [*const u8; 0],
502
_pinned: core::marker::PhantomData<core::marker::PhantomPinned>,
0 commit comments