Skip to content

Commit 8bf98e3

Browse files
committed
chore: run rustfmt
1 parent b95ea83 commit 8bf98e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/callbacks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//! A public API for more fine-grained customization of bindgen behavior.
22
33
pub use crate::ir::analysis::DeriveTrait;
4-
pub use crate::ir::function::FunctionKind;
54
pub use crate::ir::derive::CanDerive as ImplementsTrait;
65
pub use crate::ir::enum_ty::{EnumVariantCustomBehavior, EnumVariantValue};
6+
pub use crate::ir::function::FunctionKind;
77
pub use crate::ir::int::IntKind;
88
use std::fmt;
99

0 commit comments

Comments
 (0)