mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
minor: Fix outdated comment in hir-ty/generics.rs
This commit is contained in:
parent
31dbec70c6
commit
a6b24f47c1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
//! Utilities for working with generics.
|
//! Utilities for working with generics.
|
||||||
//!
|
//!
|
||||||
//! The layout for generics as expected by chalk are as follows:
|
//! The layout for generics as expected by chalk are as follows:
|
||||||
|
//! - Parent parameters
|
||||||
//! - Optional Self parameter
|
//! - Optional Self parameter
|
||||||
//! - Lifetime parameters
|
//! - Lifetime parameters
|
||||||
//! - Type or Const parameters
|
//! - Type or Const parameters
|
||||||
//! - Parent parameters
|
|
||||||
//!
|
//!
|
||||||
//! where parent follows the same scheme.
|
//! where parent follows the same scheme.
|
||||||
use std::ops;
|
use std::ops;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue