mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			154 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			154 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const FILTER_CRATE = "std";
 | |
| const EXPECTED = {
 | |
|     'query': 'Option::',
 | |
|     'others': [
 | |
|         { 'path': 'std::option::Option', 'name': 'eq' },
 | |
|     ],
 | |
| }
 | 
