Mute unstable warnings
This commit is contained in:
parent
905edd0ae0
commit
0b531572cf
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
//! Super fast HTML template engine.
|
||||
|
||||
#![allow(unstable)]
|
||||
|
||||
use std::fmt;
|
||||
use std::fmt::Writer as FmtWriter;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue