flashbots / flashbots/panetiere

unused import: `Polynomial`

Open Beginner friendly
#2 0 comments 0 reactions 0 assignees View on GitHub
warning
Dominant language
Rust
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

When running:
```
$ RAYON_NUM_THREADS=8 cargo test -j 8
```

I get:
```
warning: unused import: `Polynomial`
--> tests/mse_e2e.rs:7:31
|
7 | use chipmunk_code::{KahePoly, Polynomial};
| ^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
```

More details of my testing set up and script in https://collective.flashbots.net/t/testing-panetiere/5868

Contributor guide

No contributing guide indexed for this repository

Research direction

Open tests/mse_e2e.rs at the reported import and run RAYON_NUM_THREADS=8 cargo test -j 8 to reproduce the warning. Remove the unused Polynomial import, then rerun the command and confirm the unused-import warning is gone.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
testing
Issue type
Refactor
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.