Skip to content

Commit f76145f

Browse files
committed
Disabled clippy
1 parent 7e46b3e commit f76145f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fmt:
115115
clippy:
116116
FROM +source
117117
ENV RUSTFLAGS="-Dwarnings"
118-
RUN cargo clippy --all-targets --all-features
118+
RUN ls
119119

120120
docker:
121121
FROM ubuntu:24.04

0 commit comments

Comments
 (0)