Merge pull request #19662 from Veykril/push-lqqvmnonlwrx

minor: Fix outdated comment in hir-ty/generics.rs
This commit is contained in:
Lukas Wirth 2025-04-22 11:26:56 +00:00 committed by GitHub
commit 2b4b483af1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;