Skip to content

Commit 61c0533

Browse files
committed
Allow unneccessary_wraps for now
The warning seems to be new and seems to break the build. For now I just want to build packages, so disable it until the code can be fixed. Signed-off-by: Dorian Stoll <[email protected]>
1 parent d8e23ec commit 61c0533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: sudo apt-get install libdbus-1-dev
3030

3131
- name: Run clippy
32-
run: cargo clippy --all --all-features -- -Dwarnings
32+
run: cargo clippy --all --all-features -- -Dwarnings -Aclippy::unnecessary_wraps
3333

3434
test:
3535
name: Test

0 commit comments

Comments
 (0)