Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clippy warning eliminate #18

Merged
merged 3 commits into from Oct 17, 2022
Merged

clippy warning eliminate #18

merged 3 commits into from Oct 17, 2022

Conversation

luxebeng
Copy link
Contributor

Below lint entry is discarded from "vm/src/lib.rs".

#![allow(clippy::clone_on_copy)]
#![allow(clippy::len_without_is_empty)]
#![allow(clippy::manual_map)]
#![allow(clippy::needless_borrow)]
#![allow(clippy::new_without_default)]
#![allow(clippy::redundant_closure)]
#![allow(clippy::single_match)]

Test result:

% cargo clippy --all-targets -- -D warnings
Checking vm v0.1.0 (/Users/benliu/work/exercise/zkmove-lite/vm)
Checking functional-tests v0.1.0 (/Users/benliu/work/exercise/zkmove-lite/functional-tests)
Checking zkmove-cli v0.1.0 (/Users/benliu/work/exercise/zkmove-lite/cli)
Finished dev [unoptimized + debuginfo] target(s) in 1.83s
% cargo build
Compiling vm v0.1.0 (/Users/benliu/work/exercise/zkmove-lite/vm)
Compiling functional-tests v0.1.0 (/Users/benliu/work/exercise/zkmove-lite/functional-tests)
Compiling zkmove-cli v0.1.0 (/Users/benliu/work/exercise/zkmove-lite/cli)
Finished dev [unoptimized + debuginfo] target(s) in 13.18s

@guangyuz guangyuz merged commit 730a975 into zkmove:main Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants