Skip to content

Commit

Permalink
Fix warning on nightly 2023-11-22
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Nov 26, 2023
1 parent bf0325e commit c025722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/icrate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ mod macros;
#[allow(deprecated)]
mod generated;

#[allow(unreachable_pub)]
#[allow(unreachable_pub, unused_imports)]
pub use self::generated::*;

/// Deprecated alias of [`Foundation::ns_string`].
Expand Down

0 comments on commit c025722

Please sign in to comment.