]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/core.rs
Auto merge of #82058 - gilescope:to_digit_speedup, r=lcnr
[rust.git] / src / librustdoc / core.rs
index aa18684aea1978cc4c52a937e4e764c95ab71b66..a20e9dec33b36f188fb0c83dec69bc11595468c8 100644 (file)
@@ -435,7 +435,7 @@ pub(crate) fn init_lints<F>(
 
     // Before we actually clone it, let's force all the extern'd crates to
     // actually be loaded, just in case they're only referred to inside
-    // intra-doc-links
+    // intra-doc links
     resolver.borrow_mut().access(|resolver| {
         sess.time("load_extern_crates", || {
             for extern_name in &extern_names {