Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
experimenting
Browse files Browse the repository at this point in the history
Wandalen committed Mar 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 27c8f4a commit 44857f5
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ impl Struct1
}
}

// = descriptor
// = definition

#[ derive( Debug ) ]
pub struct Struct1FormerDefinition;
@@ -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 ) ]
2 changes: 1 addition & 1 deletion module/core/former/tests/inc/mod.rs
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 44857f5

Please sign in to comment.