Skip to content

Commit 347abeb

Browse files
committed
fix the VENDOR=OTHER build
1 parent c683520 commit 347abeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/interrupt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ pub fn render(
264264
});
265265

266266
root.push(quote! {
267-
pub use interrupt::Interrupt;
267+
pub use self::interrupt::Interrupt;
268268
});
269269
}
270270
}

0 commit comments

Comments
 (0)