 c5087fef3c
			
		
	
	
		c5087fef3c
		
			
		
	
	
	
	
		
			
			# Objective - Remove special cases where `clippy::doc_markdown` lint is disabled. ## Solution - Add default values back into `clippy.toml` by adding `".."` to the list of `doc-valid-idents`. - Add `"VSync"` and `"WebGL2"` to the list of `doc-valid-idents`. - Remove all instances where `clippy::doc_markdown` is allowed. - Fix `max_mip` formatting so that there isn't a warning.
		
			
				
	
	
		
			2 lines
		
	
	
		
			80 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			80 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| doc-valid-idents = ["GilRs", "glTF", "sRGB", "VSync", "WebGL2", "WebGPU", ".."]
 |