Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 85947bb

Browse files
committed
Update comment on provenance_split
1 parent 0583aaa commit 85947bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-ty/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ impl Generics {
387387
self.params.type_or_consts.len()
388388
}
389389

390-
/// (parent total, self param, type param list, const param list, impl trait)
390+
/// (parent total, self param, type params, const params, impl trait list, lifetimes)
391391
pub(crate) fn provenance_split(&self) -> (usize, usize, usize, usize, usize, usize) {
392392
let mut self_params = 0;
393393
let mut type_params = 0;

0 commit comments

Comments
 (0)