Bump Tucanos version & Rust nightly toolchain #74
GitHub Actions / clippy
failed
Mar 13, 2024 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.78.0-nightly (a165f1f65 2024-03-12)
- cargo 1.78.0-nightly (7065f0ef4 2024-03-12)
- clippy 0.1.78 (a165f1f 2024-03-12)
Annotations
Check failure on line 5 in src/lib.rs
github-actions / clippy
unused imports: `pyfunction`, `wrap_pyfunction`
error: unused imports: `pyfunction`, `wrap_pyfunction`
--> src/lib.rs:5:14
|
5 | pyclass, pyfunction, pymethods, pymodule,
| ^^^^^^^^^^
6 | types::{PyDict, PyModule, PyType},
7 | wrap_pyfunction, PyResult, Python,
| ^^^^^^^^^^^^^^^
|
= note: requested on the command line with `-D unused-imports`
Loading