Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/filesystem-fuse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install-taplo-cli:
check-toml: install-taplo-cli
taplo check

check: check-fmt check-clippy check-cargo-sort check-toml cargo-machete
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The libraries depended on by check-toml and cargo-machete have been updated. Our project’s chosen Rust version is not compatible, so these two check tools are temporarily removed.

check: check-fmt check-clippy check-cargo-sort

doc-test:
cargo test --no-fail-fast --doc --all-features --workspace
Expand Down