Skip to content

Commit

Permalink
former : experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Apr 13, 2024
1 parent 11ef4a4 commit 927f55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl former::StoragePreform for Struct1FormerStorage< 'a >
(& ::core::marker::PhantomData::< &'a str >).maybe_default()
}
};
let result = Struct1< 'a > { string_slice_1, };
let result = Struct1::< 'a > { string_slice_1, };
return result;
}
}
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 @@ -32,7 +32,7 @@ mod former_tests
mod attribute_setter;
mod attribute_alias;

// mod string_slice_manual;
mod string_slice_manual;
// mod string_slice;
mod unsigned_primitive_types;
mod default_user_type;
Expand Down

0 comments on commit 927f55a

Please sign in to comment.