You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): exclude ethrex-prover-bench on make lint (#2618)
**Motivation**
`make lint` throws an error in main:
```
error occurred in cc-rs: failed to find tool "nvcc": No such file or directory (os error 2)
```
**Description**
Exclude `ethrex-prover-bench` when running clippy.
Closes None
0 commit comments