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::{
 | 
			
		||||
    distributions::{Distribution, Standard},
 | 
			
		||||
    Rng,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/// A Robot *aka droid* is represented here.
 | 
			
		||||
/// Each robot must have a unique id.
 | 
			
		||||
pub struct Robot {
 | 
			
		||||
    pub id: u32,
 | 
			
		||||
    pub o: Orientation,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user