Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
jonperry-dev committed Oct 20, 2024
1 parent 988b357 commit f0183b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Conditionals - if/then/else:

extern crate alloc;

use alloc::borrow::Cow;
use alloc::borrow::{Cow, ToOwned};
use alloc::boxed::Box;
use alloc::string::{String, ToString};
use alloc::sync::Arc;
Expand Down

0 comments on commit f0183b4

Please sign in to comment.