Skip to content

Commit

Permalink
Merge pull request #1380 from BigglesworthCat/fix_clone_dyn_test
Browse files Browse the repository at this point in the history
READY: Fix `clone_dyn_test` declaration
  • Loading branch information
Wandalen authored Jun 11, 2024
2 parents 5f8ea59 + d453a92 commit fded466
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions module/core/derive_tools/tests/inc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@ use super::*;
// = import tests of clone_dyn

#[ cfg( feature = "derive_clone_dyn" ) ]
mod clone_dyn_test
{
use super::*;

#[ path = "../../../../../core/clone_dyn/tests/inc/mod.rs" ]
mod clone_dyn_test;

}
#[ path = "../../../../../module/core/clone_dyn/tests/inc/mod.rs" ]
mod clone_dyn_test;

// = import tests of variadic_from

Expand Down

0 comments on commit fded466

Please sign in to comment.