Skip to content

Commit

Permalink
Merge pull request #1418 from Inkvisto/willbe_clone_dyn
Browse files Browse the repository at this point in the history
READY: (willbe) clone_dyn warnings fixes
  • Loading branch information
Wandalen authored Aug 1, 2024
2 parents c079941 + a2c0776 commit b9d5b71
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions module/core/clone_dyn/tests/inc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
use super::*;

#[ cfg( feature = "clone_dyn_meta" ) ]
mod tests
{
pub mod basic_manual;
pub mod basic;
pub mod parametrized;
}
pub mod basic_manual;
#[ cfg( feature = "clone_dyn_meta" ) ]
pub mod basic;
#[ cfg( feature = "clone_dyn_meta" ) ]
pub mod parametrized;

0 comments on commit b9d5b71

Please sign in to comment.