Skip to content

Commit

Permalink
experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Mar 26, 2024
1 parent 53cfb6d commit cc34646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/core/former/src/vector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ for Vec< E >
// = definition

#[ derive( Debug, Default ) ]
// pub struct VectorDefinition< E, Context = (), Formed = Vec< E >, End = ReturnStorage >
pub struct VectorDefinition< E, Context, Formed, End >
pub struct VectorDefinition< E, Context = (), Formed = Vec< E >, End = ReturnStorage >
// pub struct VectorDefinition< E, Context, Formed, End >
{
_phantom : core::marker::PhantomData< ( E, Context, Formed, End ) >,
}
Expand Down

0 comments on commit cc34646

Please sign in to comment.