Skip to content

Commit c025722

Browse files
committed
Fix warning on nightly 2023-11-22
1 parent bf0325e commit c025722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/icrate/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ mod macros;
138138
#[allow(deprecated)]
139139
mod generated;
140140

141-
#[allow(unreachable_pub)]
141+
#[allow(unreachable_pub, unused_imports)]
142142
pub use self::generated::*;
143143

144144
/// Deprecated alias of [`Foundation::ns_string`].

0 commit comments

Comments
 (0)