Skip to content

Commit

Permalink
remove write_with_backend from public api
Browse files Browse the repository at this point in the history
  • Loading branch information
fredszaq committed Feb 5, 2024
1 parent d550cf7 commit fd5497f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindgen/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl Bindings {
}
}

pub fn write_with_backend<F: Write, LB: LanguageBackend>(
fn write_with_backend<F: Write, LB: LanguageBackend>(
&self,
file: F,
language_backend: &mut LB,
Expand Down

0 comments on commit fd5497f

Please sign in to comment.