Skip to content

Commit

Permalink
former : better name collision coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed May 14, 2024
1 parent 98a0e90 commit 91e8ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#![ allow( dead_code ) ]
#![ allow( non_camel_case_types ) ]

#[ allow( unused_imports ) ]
use super::*;

pub mod core {}
// pub mod core {}
pub mod std {}
pub mod marker {}
pub trait CloneAny{}
Expand All @@ -12,7 +13,7 @@ pub trait Formed{}
pub trait OnEnd{}

#[ derive( Clone, the_module::Former ) ]
pub struct Context
pub struct core
{
inner : ::std::sync::Arc< ::core::cell::RefCell< dyn CloneAny > >
}
2 changes: 1 addition & 1 deletion module/core/former/tests/inc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mod former_tests
mod name_collision_context;
mod name_collision_end;
mod name_collision_on_end;
// mod name_collision_core;
mod name_collision_core;

// = parametrization

Expand Down

0 comments on commit 91e8ea0

Please sign in to comment.