mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-11-03 21:25:25 +00:00 
			
		
		
		
	Merge pull request #19662 from Veykril/push-lqqvmnonlwrx
minor: Fix outdated comment in hir-ty/generics.rs
This commit is contained in:
		
						commit
						2b4b483af1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue