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-interface requirement from 0.15.1 to 0.18.0 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update abstract-interface requirement from 0.15.1 to 0.18.0

15ef78a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Update abstract-interface requirement from 0.15.1 to 0.18.0 #14

Update abstract-interface requirement from 0.15.1 to 0.18.0
15ef78a
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed Jul 31, 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.72.0-beta.3 (a47f796a3 2023-07-22)
  • cargo 1.72.0-beta.3 (dd6536b8e 2023-07-18)
  • clippy 0.1.72 (a47f796 2023-07-22)

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>;