Remove unnecessary extern crate

This commit is contained in:
Chris Wong 2017-08-12 19:44:43 +12:00
parent 5cd51481c9
commit 594af15242

View file

@ -58,7 +58,6 @@ impl Builder {
pub fn splice(&mut self, expr: TokenStream) {
let output_ident = self.output_ident.clone();
self.push(quote!({
extern crate maud;
// Create a local trait alias so that autoref works
trait Render: maud::Render {
fn __maud_render_to(&self, output_ident: &mut String) {