Skip to content

Commit a6b24f4

Browse files
committed
minor: Fix outdated comment in hir-ty/generics.rs
1 parent 31dbec7 commit a6b24f4

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)