duplicate the

This commit is contained in:
Eitan Adler 2016-09-17 23:19:03 -07:00
parent 1a4a723dda
commit 73d2653417

View File

@ -17,7 +17,7 @@
//! the `render_inner_with_highlighting` or `render_with_highlighting`
//! functions. For more advanced use cases (if you want to supply your own css
//! classes or control how the HTML is generated, or even generate something
//! other then HTML), then you should implement the the `Writer` trait and use a
//! other then HTML), then you should implement the `Writer` trait and use a
//! `Classifier`.
use html::escape::Escape;