File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
with :
101
101
components : clippy
102
102
- name : Running cargo clippy
103
- run : cargo clippy --all-targets -- --deny warnings
103
+ run : cargo clippy --workspace -- all-targets -- --deny warnings
104
104
105
105
test-other-platforms :
106
106
name : Test
Original file line number Diff line number Diff line change @@ -241,8 +241,7 @@ impl<'f> Extractor<'f> {
241
241
}
242
242
243
243
/// Attempt to yield a value from the fuzzer by constructing a type and then
244
-
245
- /// Attempt to yield a value from the fuzzer by constructing it directly.
244
+ /// attempt to yield a value from the fuzzer by constructing it directly.
246
245
pub fn extract_old_value_direct ( & mut self ) -> Option < OldValue > {
247
246
const MAX_N_TASKS : usize = 300 ;
248
247
const MAX_TY_WIDTH : usize = 10240 ;
You can’t perform that action at this time.
0 commit comments