You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +02:00 
			
		
		
		
	Add suggestion to use rustup doc (#770)
				
					
				
			Suggest to use `rustup doc std::fmt` to open the documentation for `std::fmt`.
This commit is contained in:
		| @@ -40,5 +40,7 @@ Key points: | ||||
| * Show the students the standard library, show them how to search for `std::fmt` | ||||
|   which has the rules of the formatting mini-language. It's important that the | ||||
|   students become familiar with searching in the standard library. | ||||
|      | ||||
|     * In a shell `rustup doc std::fmt` will open a browser on the local std::fmt documentation | ||||
|  | ||||
| </details> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user