Skip to content

Commit

Permalink
experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Mar 29, 2024
1 parent 27c8f4a commit 44857f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl Struct1
}
}

// = descriptor
// = definition

#[ derive( Debug ) ]
pub struct Struct1FormerDefinition;
Expand Down Expand Up @@ -202,7 +202,7 @@ impl Struct1Former
{
let on_end = self.on_end.take().unwrap();
let context = self.context.take();
former::FormingEnd::call( &on_end, self.storage, context )
former::FormingEnd::< Struct1FormerDefinition >::call( &on_end, self.storage, context )
}

#[ inline( always ) ]
Expand Down
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 @@ -16,7 +16,7 @@ mod former_tests
#[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ]
mod container_former_hashmap;

// mod a_primitives_manual;
mod a_primitives_manual;
// mod a_primitives;
// mod a_primitives_expanded;
// mod a_containers_without_runtime_manual;
Expand Down

0 comments on commit 44857f5

Please sign in to comment.