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 cw-orch requirement from 0.12 to 0.14 #17

Closed
wants to merge 1 commit into from

Update cw-orch requirement from 0.12 to 0.14

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

Update cw-orch requirement from 0.12 to 0.14 #17

Update cw-orch requirement from 0.12 to 0.14
421ba87
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed Aug 10, 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.71.1 (eb26296b5 2023-08-03)
  • cargo 1.71.1 (7f1d04c00 2023-07-29)
  • clippy 0.1.71 (eb26296 2023-08-03)

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