Skip to content

Commit

Permalink
Fix typo in cfg attribute (#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz authored Sep 7, 2023
1 parent f7e120b commit e4c29ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/options/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ options! {
/// or `-fno-inline-functions` if you are responsible of compiling the library to make
/// them callable.
#[cfg_attr(
features = "experimental",
feature = "experimental",
doc = "\nCheck the [`Builder::wrap_static_fns`] method for an alternative."
)]
pub fn generate_inline_functions(mut self, doit: bool) -> Self {
Expand Down

0 comments on commit e4c29ad

Please sign in to comment.