Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Nelson <github@jyn.dev>
  • Loading branch information
camelid and jyn514 committed Nov 24, 2021
1 parent 4365112 commit 617bbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/clean/utils.rs
Expand Up @@ -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
@
Expand Down

0 comments on commit 617bbb2

Please sign in to comment.