File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55
55
56
56
- name : Downgrade for MSRV
57
57
if : matrix.toolchain.name == 'msrv'
58
- run : just downgrade-for-msrv
58
+ run : |
59
+ rm -f Cargo.lock
60
+ just downgrade-for-msrv
59
61
60
62
- name : Test
61
63
run : just test-no-coverage
Original file line number Diff line number Diff line change 8
8
# Downgrade dependencies necessary to run MSRV checks/tests.
9
9
[private ]
10
10
downgrade-for-msrv :
11
- rm Cargo.lock
12
11
# No downgrades currently needed.
13
12
14
13
# Check project
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ fn gl_issue_16() {
37
37
}
38
38
}
39
39
40
- #[ allow( unused) ] // compile-only test
40
+ #[ allow( unused, clippy :: assertions_on_constants ) ] // compile-only test
41
41
#[ test]
42
42
fn gl_issue_17 ( ) {
43
43
use std:: future:: pending;
You can’t perform that action at this time.
0 commit comments