fix documentation
This commit is contained in:
		
							parent
							
								
									36eeb21b5c
								
							
						
					
					
						commit
						e157a16af3
					
				@ -1,10 +1,10 @@
 | 
				
			|||||||
/// A Robot *aka droid* is represented here.
 | 
					 | 
				
			||||||
/// Each robot must have a unique id.
 | 
					 | 
				
			||||||
use rand::{
 | 
					use rand::{
 | 
				
			||||||
    distributions::{Distribution, Standard},
 | 
					    distributions::{Distribution, Standard},
 | 
				
			||||||
    Rng,
 | 
					    Rng,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/// A Robot *aka droid* is represented here.
 | 
				
			||||||
 | 
					/// Each robot must have a unique id.
 | 
				
			||||||
pub struct Robot {
 | 
					pub struct Robot {
 | 
				
			||||||
    pub id: u32,
 | 
					    pub id: u32,
 | 
				
			||||||
    pub o: Orientation,
 | 
					    pub o: Orientation,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user