Skip to content

chore: update pulldown-cmark and lockfile #354

chore: update pulldown-cmark and lockfile

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

Check failure on line 222 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-transport-0.42.1/src/client/blocking_io/http/mod.rs

See this annotation in the file changed.

@github-actions 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