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 7a5dcd8 commit 85c496bCopy full SHA for 85c496b
.github/workflows/rust_main_ci.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
components: rustfmt clippy
48
- name: Build with all features
49
- run: cargo check --all-features --future-incompat-report --locked
+ run: cargo check --all-features --future-incompat-report
50
51
clippy:
52
name: Clippy linter
.gitignore
@@ -1,2 +1,4 @@
1
**/.DS_Store
2
-**/target
+**/target
3
+# This is a library crate
4
+Cargo.lock
0 commit comments