File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,4 +129,4 @@ jobs:
129
129
cargo miri test --manifest-path rand_isaac/Cargo.toml --all-features
130
130
cargo miri test --manifest-path rand_xorshift/Cargo.toml --all-features
131
131
cargo miri test --manifest-path rand_xoshiro/Cargo.toml --all-features
132
- cargo miri test --manifest-path rand_jitter/Cargo.toml
132
+ cargo miri test --manifest-path rand_jitter/Cargo.toml -- -Zmiri-disable-isolation
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ pub(super) mod isaac_array_serde {
113
113
use core:: marker:: PhantomData ;
114
114
struct ArrayVisitor < T > {
115
115
_pd : PhantomData < T > ,
116
- } ;
116
+ }
117
117
impl < ' de , T > Visitor < ' de > for ArrayVisitor < T >
118
118
where
119
119
T : Deserialize < ' de > +Default +Copy
You can’t perform that action at this time.
0 commit comments