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: Remove unused import #34050

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Conversation

brooksprumo
Copy link
Contributor

Problem

There are nightly clippy warnings that will prevent upgrading our stable Rust version.

For this PR, it's this one:

warning: unused import: `target_arch::*`
 --> zk-token-sdk/src/zk_token_elgamal/convert.rs:1:9
  |
1 | pub use target_arch::*;
  |         ^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

Summary of Changes

Removes unused import.

@brooksprumo brooksprumo self-assigned this Nov 13, 2023
@brooksprumo brooksprumo marked this pull request as ready for review November 13, 2023 21:03
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Merging #34050 (a6f5f56) into master (47a98eb) will decrease coverage by 0.1%.
Report is 3 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##           master   #34050     +/-   ##
=========================================
- Coverage    81.9%    81.9%   -0.1%     
=========================================
  Files         811      811             
  Lines      219552   219552             
=========================================
- Hits       179902   179851     -51     
- Misses      39650    39701     +51     

Copy link
Contributor

@samkim-crypto samkim-crypto left a comment

Choose a reason for hiding this comment

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

Looks fine to me. Thanks!

@brooksprumo brooksprumo merged commit e9135e2 into solana-labs:master Nov 13, 2023
32 checks passed
@brooksprumo brooksprumo deleted the clippy/import branch November 13, 2023 22:25
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.

2 participants