Skip to content

Commit 1f2e106

Browse files
updated repo structure
1 parent 3ee458c commit 1f2e106

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: cargo fmt -- --check
2020

2121
- name: Run Clippy
22-
run: cargo clippy --all-targets --all-features
22+
run: cargo clippy --all-targets --all-features -- -A unused_variables
2323

2424
- name: Check project
2525
run: cargo check --workspace

examples/error_handling.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
1+
fn main(){
2+
3+
}

examples/struct_enums.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
1+
fn main(){
2+
3+
}

0 commit comments

Comments
 (0)