Skip to content

Commit fcff33d

Browse files
authored
Merge pull request #16 from epage/template
chore: Update from '_rust/main' template
2 parents 3fbf7f5 + 1f69a0e commit fcff33d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.clippy.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ warn-on-all-wildcard-imports = true
33
allow-expect-in-tests = true
44
allow-unwrap-in-tests = true
55
allow-dbg-in-tests = true
6-
allow-print-in-tests = true
76
disallowed-methods = [
87
{ path = "std::option::Option::map_or", reason = "prefer `map(..).unwrap_or(..)` for legibility" },
98
{ path = "std::option::Option::map_or_else", reason = "prefer `map(..).unwrap_or_else(..)` for legibility" },

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,5 @@ jobs:
126126
with:
127127
sarif_file: clippy-results.sarif
128128
wait-for-processing: true
129+
- name: Report status
130+
run: cargo clippy --workspace --all-features --all-targets -- -D warnings --allow deprecated

0 commit comments

Comments
 (0)