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 Mar 12, 2024
1 parent 83346c9 commit c531e42
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 c531e42

Please sign in to comment.