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 b95ea83 commit 8bf98e3Copy full SHA for 8bf98e3
bindgen/callbacks.rs
@@ -1,9 +1,9 @@
1
//! A public API for more fine-grained customization of bindgen behavior.
2
3
pub use crate::ir::analysis::DeriveTrait;
4
-pub use crate::ir::function::FunctionKind;
5
pub use crate::ir::derive::CanDerive as ImplementsTrait;
6
pub use crate::ir::enum_ty::{EnumVariantCustomBehavior, EnumVariantValue};
+pub use crate::ir::function::FunctionKind;
7
pub use crate::ir::int::IntKind;
8
use std::fmt;
9
0 commit comments