Skip to content

Commit e51e384

Browse files
authored
Merge pull request #19662 from Veykril/push-lqqvmnonlwrx
minor: Fix outdated comment in hir-ty/generics.rs
2 parents 7735f18 + c1cad77 commit e51e384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/hir-ty/src/generics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//! Utilities for working with generics.
22
//!
33
//! The layout for generics as expected by chalk are as follows:
4+
//! - Parent parameters
45
//! - Optional Self parameter
56
//! - Lifetime parameters
67
//! - Type or Const parameters
7-
//! - Parent parameters
88
//!
99
//! where parent follows the same scheme.
1010
use std::ops;

0 commit comments

Comments
 (0)