fix documentation

This commit is contained in:
Martin HART 2020-11-03 15:11:50 +01:00
parent 36eeb21b5c
commit e157a16af3
1 changed files with 2 additions and 2 deletions

View File

@ -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,