Skip to content

Commit e4c29ad

Browse files
authored
Fix typo in cfg attribute (#2629)
1 parent f7e120b commit e4c29ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/options/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ options! {
13741374
/// or `-fno-inline-functions` if you are responsible of compiling the library to make
13751375
/// them callable.
13761376
#[cfg_attr(
1377-
features = "experimental",
1377+
feature = "experimental",
13781378
doc = "\nCheck the [`Builder::wrap_static_fns`] method for an alternative."
13791379
)]
13801380
pub fn generate_inline_functions(mut self, doit: bool) -> Self {

0 commit comments

Comments
 (0)