Remove unnecessary extern crate
This commit is contained in:
parent
5cd51481c9
commit
594af15242
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ impl Builder {
|
||||||
pub fn splice(&mut self, expr: TokenStream) {
|
pub fn splice(&mut self, expr: TokenStream) {
|
||||||
let output_ident = self.output_ident.clone();
|
let output_ident = self.output_ident.clone();
|
||||||
self.push(quote!({
|
self.push(quote!({
|
||||||
extern crate maud;
|
|
||||||
// Create a local trait alias so that autoref works
|
// Create a local trait alias so that autoref works
|
||||||
trait Render: maud::Render {
|
trait Render: maud::Render {
|
||||||
fn __maud_render_to(&self, output_ident: &mut String) {
|
fn __maud_render_to(&self, output_ident: &mut String) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue