Skip to content

Commit 617bbb2

Browse files
camelidjyn514
andauthored
Update comment
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 4365112 commit 617bbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ crate fn register_res(cx: &mut DocContext<'_>, res: Res) -> DefId {
394394
debug!("register_res({:?})", res);
395395

396396
let (did, kind) = match res {
397-
// Each of these have their own page.
397+
// These should be added to the cache using `record_extern_fqn`.
398398
Res::Def(
399399
kind
400400
@

0 commit comments

Comments
 (0)