Mute unstable warnings

This commit is contained in:
Chris Wong 2015-01-10 21:35:38 +13:00
parent 905edd0ae0
commit 0b531572cf

View file

@ -1,5 +1,7 @@
//! Super fast HTML template engine.
#![allow(unstable)]
use std::fmt;
use std::fmt::Writer as FmtWriter;