Rollup merge of #137168 - klensy:rc--, r=lcnr

correct comment

Rc was removed in #113573, so
r? `@lcnr`
This commit is contained in:
Matthias Krüger 2025-02-17 17:06:12 +01:00 committed by GitHub
commit 7808784f01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,9 +147,7 @@ pub struct TypeckResults<'tcx> {
coercion_casts: ItemLocalSet,
/// Set of trait imports actually used in the method resolution.
/// This is used for warning unused imports. During type
/// checking, this `Arc` should not be cloned: it must have a ref-count
/// of 1 so that we can insert things into the set mutably.
/// This is used for warning unused imports.
pub used_trait_imports: UnordSet<LocalDefId>,
/// If any errors occurred while type-checking this body,