Skip to content

Commit 441bc85

Browse files
committed
fixup: remove crate::
1 parent a0e612b commit 441bc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindgen/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,7 +2163,7 @@ impl BindgenOptions {
21632163

21642164
fn last_callback<T>(
21652165
&self,
2166-
f: impl Fn(&dyn crate::callbacks::ParseCallbacks) -> Option<T>,
2166+
f: impl Fn(&dyn callbacks::ParseCallbacks) -> Option<T>,
21672167
) -> Option<T> {
21682168
self.parse_callbacks
21692169
.iter()
@@ -2173,7 +2173,7 @@ impl BindgenOptions {
21732173

21742174
fn all_callbacks<T>(
21752175
&self,
2176-
f: impl Fn(&dyn crate::callbacks::ParseCallbacks) -> Vec<T>,
2176+
f: impl Fn(&dyn callbacks::ParseCallbacks) -> Vec<T>,
21772177
) -> Vec<T> {
21782178
self.parse_callbacks
21792179
.iter()

0 commit comments

Comments
 (0)