about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2022-09-28 10:28:36 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2022-09-28 11:15:23 +1000
commitd0a26acb2ae2d000e516eca92ae8feb08d1f6ea0 (patch)
treeeade9bfbafbc49a3c083da51d9ae0a90010dcf4b /src
parent7f7e2165b1f1a271c6708f2a54c940bdaa254eb2 (diff)
downloadrust-d0a26acb2ae2d000e516eca92ae8feb08d1f6ea0.tar.gz
rust-d0a26acb2ae2d000e516eca92ae8feb08d1f6ea0.zip
Address review comments.
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/highlight.rs2
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;