diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2021-11-24 18:32:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-24 18:32:03 -0500 |
| commit | 617bbb21f8a4f92a234b1e36d276f1a13b3411ce (patch) | |
| tree | 212461361f2d4b061c8e6060fcfde95f6cbee664 | |
| parent | 43651125eea6284554e101aaf77af6e296f0b666 (diff) | |
| download | rust-617bbb21f8a4f92a234b1e36d276f1a13b3411ce.tar.gz rust-617bbb21f8a4f92a234b1e36d276f1a13b3411ce.zip | |
Update comment
Co-authored-by: Joshua Nelson <github@jyn.dev>
| -rw-r--r-- | src/librustdoc/clean/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/clean/utils.rs b/src/librustdoc/clean/utils.rs index 2976dd8f65a..1141aff41f2 100644 --- a/src/librustdoc/clean/utils.rs +++ b/src/librustdoc/clean/utils.rs @@ -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 @ |
