Skip to content

Commit 2b4b483

Browse files
authored
Merge pull request #19662 from Veykril/push-lqqvmnonlwrx
minor: Fix outdated comment in hir-ty/generics.rs
2 parents 9a9f4e7 + a6b24f4 commit 2b4b483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-ty/src/generics.rs

+1-1
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)