diff options
| author | Eitan Adler <lists@eitanadler.com> | 2016-09-17 23:19:03 -0700 |
|---|---|---|
| committer | Eitan Adler <lists@eitanadler.com> | 2016-09-17 23:19:03 -0700 |
| commit | 73d26534174d42201aa19f9ba6567e6cd5a0be9c (patch) | |
| tree | 4a0c04ce28ef8cc8fda1807837a8fa134b053c2b | |
| parent | 1a4a723dda97eb25a5fec8cb664e265c9c319dca (diff) | |
duplicate the
| -rw-r--r-- | src/librustdoc/html/highlight.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/highlight.rs b/src/librustdoc/html/highlight.rs index 855588a4c3a..881352cb73e 100644 --- a/src/librustdoc/html/highlight.rs +++ b/src/librustdoc/html/highlight.rs @@ -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; |
