Update comment

Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
Noah Lev 2021-11-24 18:32:03 -05:00 committed by GitHub
parent 43651125ee
commit 617bbb21f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -394,7 +394,7 @@ crate fn register_res(cx: &mut DocContext<'_>, res: Res) -> DefId {
debug!("register_res({:?})", 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(
kind
@