mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			323 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			323 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // This tests that the "implementations" section on struct/enum pages
 | |
| // has all the implementations toggled open by default, so users can
 | |
| // find method names in those implementations with Ctrl-F.
 | |
| go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
 | |
| assert-attribute: (".toggle.implementors-toggle", {"open": ""})
 | 
