diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-09-28 10:28:36 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-09-28 11:15:23 +1000 |
| commit | d0a26acb2ae2d000e516eca92ae8feb08d1f6ea0 (patch) | |
| tree | eade9bfbafbc49a3c083da51d9ae0a90010dcf4b /src | |
| parent | 7f7e2165b1f1a271c6708f2a54c940bdaa254eb2 (diff) | |
| download | rust-d0a26acb2ae2d000e516eca92ae8feb08d1f6ea0.tar.gz rust-d0a26acb2ae2d000e516eca92ae8feb08d1f6ea0.zip | |
Address review comments.
Diffstat (limited to 'src')
| -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 ea65a6334c9..78b98431b19 100644 --- a/src/librustdoc/html/highlight.rs +++ b/src/librustdoc/html/highlight.rs @@ -13,7 +13,7 @@ use std::collections::VecDeque; use std::fmt::{Display, Write}; use rustc_data_structures::fx::FxHashMap; -use rustc_lexer::cursor::Cursor; +use rustc_lexer::Cursor; use rustc_lexer::{LiteralKind, TokenKind}; use rustc_span::edition::Edition; use rustc_span::symbol::Symbol; |
