Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update abstract-core requirement from 0.15.1 to 0.17.0 #6

Closed
wants to merge 1 commit into from

Update abstract-core requirement from 0.15.1 to 0.17.0

c6e741a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Update abstract-core requirement from 0.15.1 to 0.17.0 #6

Update abstract-core requirement from 0.15.1 to 0.17.0
c6e741a
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed Jul 6, 2023 in 0s

clippy

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.70.0 (90c541806 2023-05-31)
  • cargo 1.70.0 (ec8a8a0ca 2023-04-25)
  • clippy 0.1.70 (90c5418 2023-05-31)

Annotations

Check failure on line 80 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

conflicting implementations of trait `Prefixer<'_>` for type `&Namespace`

error[E0119]: conflicting implementations of trait `Prefixer<'_>` for type `&Namespace`
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs:80:1
   |
80 | impl<'a> Prefixer<'a> for &Namespace {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: conflicting implementation in crate `cw_storage_plus`:
           - impl<'a, T> Prefixer<'a> for &'a T
             where T: Prefixer<'a>;

Check failure on line 66 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

conflicting implementations of trait `PrimaryKey<'_>` for type `&Namespace`

error[E0119]: conflicting implementations of trait `PrimaryKey<'_>` for type `&Namespace`
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs:66:1
   |
66 | impl<'a> PrimaryKey<'a> for &Namespace {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: conflicting implementation in crate `cw_storage_plus`:
           - impl<'a, T> PrimaryKey<'a> for &'a T
             where T: PrimaryKey<'a>;