Skip to content

Commit

Permalink
Fix coverage reporting, remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Mar 5, 2019
1 parent 93c9de3 commit ad02f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/tests/i18n.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ impl_localize! {

//
#[derive(Template)]
#[template(path = "i18n.html", print = "code")]
#[template(path = "i18n.html")]
struct UsesI18n<'a> {
#[localizer]
localizer: BasicLocalizer,
Expand Down

0 comments on commit ad02f67

Please sign in to comment.