Skip to content

Commit caceaa5

Browse files
Update Clippy and rustfmt configs
1 parent ca89c66 commit caceaa5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

rust/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.23 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.25 AS rust-ci
44

55
COPY_SRC:
66
FUNCTION

rust/clippy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
allow-unwrap-in-tests = true
22
allow-expect-in-tests = true
3+
allow-panic-in-tests = true

rust/rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ max_width = 100
3636

3737
# Comments:
3838
normalize_comments = true
39-
normalize_doc_attributes = true
39+
normalize_doc_attributes = false
4040
wrap_comments = true
4141
comment_width = 90 # small excess is okay but prefer 80
4242
format_code_in_doc_comments = true

0 commit comments

Comments
 (0)