mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Update comment on provenance_split
This commit is contained in:
parent
0583aaa555
commit
85947bba49
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ impl Generics {
|
|||
self.params.type_or_consts.len()
|
||||
}
|
||||
|
||||
/// (parent total, self param, type param list, const param list, impl trait)
|
||||
/// (parent total, self param, type params, const params, impl trait list, lifetimes)
|
||||
pub(crate) fn provenance_split(&self) -> (usize, usize, usize, usize, usize, usize) {
|
||||
let mut self_params = 0;
|
||||
let mut type_params = 0;
|
||||
|
|
Loading…
Reference in a new issue