File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ impl Debug for Seed {
8787/// * `[u32; 3]`
8888/// * `[u8; 12]`
8989/// * `u128`
90- ///
90+ ///
9191/// The arrays should be in little endian order.
9292pub struct StreamId ( [ u32 ; Self :: LEN ] ) ;
9393
@@ -136,7 +136,7 @@ impl From<u64> for StreamId {
136136/// * `u64`
137137/// * `[u8; 8]`
138138/// * `[u32; 2]`
139- ///
139+ ///
140140/// The arrays should be in little endian order.
141141pub struct BlockPos ( [ u32 ; 2 ] ) ;
142142
@@ -417,7 +417,7 @@ macro_rules! impl_chacha_rng {
417417 /// * `u64`
418418 /// * `[u8; 8]`
419419 /// * `[u32; 2]`
420- ///
420+ ///
421421 /// Note: the arrays should be in little endian order.
422422 #[ inline]
423423 #[ allow( unused) ]
@@ -440,7 +440,7 @@ macro_rules! impl_chacha_rng {
440440 /// * `u64`
441441 /// * `[u8; 8]`
442442 /// * `[u32; 2]`
443- ///
443+ ///
444444 /// Note: the arrays should be in little endian order.
445445 ///
446446 /// This is initialized to zero; 2<sup>96</sup> unique streams of output
You can’t perform that action at this time.
0 commit comments