minor: Fix outdated comment in hir-ty/generics.rs

This commit is contained in:
Lukas Wirth 2025-04-22 13:15:56 +02:00
parent 31dbec70c6
commit a6b24f47c1

View file

@ -1,10 +1,10 @@
//! Utilities for working with generics.
//!
//! The layout for generics as expected by chalk are as follows:
//! - Parent parameters
//! - Optional Self parameter
//! - Lifetime parameters
//! - Type or Const parameters
//! - Parent parameters
//!
//! where parent follows the same scheme.
use std::ops;