Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
chinedufn committed Mar 16, 2019
1 parent 6e55c23 commit e4d86f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/html-macro-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#![feature(proc_macro_hygiene)]

// FIXME: Deny warnings
// TODO: Deny warnings to ensure that the macro isn't creating any warnings.
// #![deny(warnings)]

use html_macro::html;
use std::collections::HashMap;
Expand Down

0 comments on commit e4d86f3

Please sign in to comment.