Remove unused import
This commit is contained in:
parent
2578c9aefc
commit
bd82da1824
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ pub struct PreEscaped<T>(pub T);
|
||||||
|
|
||||||
impl<T: fmt::Display> Render for PreEscaped<T> {
|
impl<T: fmt::Display> Render for PreEscaped<T> {
|
||||||
fn render(&self, w: &mut fmt::Write) -> fmt::Result {
|
fn render(&self, w: &mut fmt::Write) -> fmt::Result {
|
||||||
use std::fmt::Write;
|
|
||||||
write!(w, "{}", self.0)
|
write!(w, "{}", self.0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue