Update comment
Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
parent
43651125ee
commit
617bbb21f8
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ crate fn register_res(cx: &mut DocContext<'_>, res: Res) -> DefId {
|
||||||
debug!("register_res({:?})", res);
|
debug!("register_res({:?})", res);
|
||||||
|
|
||||||
let (did, kind) = match res {
|
let (did, kind) = match res {
|
||||||
// Each of these have their own page.
|
// These should be added to the cache using `record_extern_fqn`.
|
||||||
Res::Def(
|
Res::Def(
|
||||||
kind
|
kind
|
||||||
@
|
@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue