We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca89c66 commit caceaa5Copy full SHA for caceaa5
rust/Earthfile
@@ -1,6 +1,6 @@
1
VERSION 0.8
2
3
-IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.23 AS rust-ci
+IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.25 AS rust-ci
4
5
COPY_SRC:
6
FUNCTION
rust/clippy.toml
@@ -1,2 +1,3 @@
allow-unwrap-in-tests = true
allow-expect-in-tests = true
+allow-panic-in-tests = true
rust/rustfmt.toml
@@ -36,7 +36,7 @@ max_width = 100
36
37
# Comments:
38
normalize_comments = true
39
-normalize_doc_attributes = true
+normalize_doc_attributes = false
40
wrap_comments = true
41
comment_width = 90 # small excess is okay but prefer 80
42
format_code_in_doc_comments = true
0 commit comments