]> git.proxmox.com Git - rustc.git/blobdiff - src/librand/rand_impls.rs
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / librand / rand_impls.rs
index 726a4554626f538345581d95b87315f860931587..34b7f37a6788f98f2023edc20898809d454ed2c0 100644 (file)
@@ -202,7 +202,7 @@ tuple_impl!{A, B, C, D, E, F, G, H, I, J}
 tuple_impl!{A, B, C, D, E, F, G, H, I, J, K}
 tuple_impl!{A, B, C, D, E, F, G, H, I, J, K, L}
 
-impl<T:Rand> Rand for Option<T> {
+impl<T: Rand> Rand for Option<T> {
     #[inline]
     fn rand<R: Rng>(rng: &mut R) -> Option<T> {
         if rng.gen() {