Skip to content

Commit

Permalink
Merge pull request #1268 from SRetip/clone_dyn_fix
Browse files Browse the repository at this point in the history
READY : clonde_dyn fix
  • Loading branch information
Wandalen authored Mar 29, 2024
2 parents 70613e1 + f633426 commit 2c463fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/core/clone_dyn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#![ doc( html_root_url = "https://docs.rs/clone_dyn/latest/clone_dyn/" ) ]
#![ doc = include_str!( concat!( env!( "CARGO_MANIFEST_DIR" ), "/", "Readme.md" ) ) ]

#[ allow( unused_extern_crates ) ]
#[ cfg( all( feature = "no_std", feature = "use_alloc" ) ) ]
extern crate alloc;

Expand Down

0 comments on commit 2c463fe

Please sign in to comment.