Skip to content

Commit

Permalink
Fixes clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Jul 9, 2018
1 parent 992a75b commit 1c37dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ named!(parse<&str, ::Task>,
projects: get_projects(rest),
hashtags: get_hashtags(rest),

.. Default::default()
.. ::Task::default()
};

let (subject, mut tags) = get_keywords(rest);
Expand Down

0 comments on commit 1c37dff

Please sign in to comment.