2 parents 366f150 + 20adc42 commit 2ef726aCopy full SHA for 2ef726a
2 files changed
.github/workflows/CI-linux.yml
@@ -310,7 +310,7 @@ jobs:
310
eatmydata apt clean
311
rm -rf /var/lib/apt/lists/*
312
- name: Install Rust toolchain and targets and crates
313
- timeout-minutes: 4
+ timeout-minutes: 5
314
run: |
315
set -xe
316
RUST_COMPONENTS=""
src/common/bit_manip/bit_manip/tests.rs
@@ -1,5 +1,3 @@
1
-use rawspeed_common_generic_num::generic_num::common::Bitwidth as _;
2
-
3
use super::*;
4
5
#[test]
0 commit comments