Skip to content

Commit

Permalink
tests hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sokomishalov committed Dec 17, 2020
1 parent 3e3e5cf commit 73b3cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub struct TestNamedStructure<'a> {
hobby: Box<String>,
}

impl<'a> Default for TestNamedStructure {
impl<'a> Default for TestNamedStructure<'a> {
fn default() -> Self {
TestNamedStructure {
age: 25,
Expand Down

0 comments on commit 73b3cb7

Please sign in to comment.