chore: update pulldown-cmark and lockfile #354
GitHub Actions / clippy
failed
May 26, 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 (9b00956e5 2024-04-29)
- cargo 1.78.0 (54d8815d0 2024-03-26)
- clippy 0.1.78 (9b00956 2024-04-29)
Annotations
github-actions / clippy
the name `Impl` is defined multiple times
error[E0428]: the name `Impl` is defined multiple times
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-transport-0.42.1/src/client/blocking_io/http/mod.rs:222:1
|
219 | pub type Impl = curl::Curl;
| --------------------------- previous definition of the type `Impl` here
...
222 | pub type Impl = reqwest::Remote;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Impl` redefined here
|
= note: `Impl` must be defined only once in the type namespace of this module
Loading