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

price-reporter: utils: Use new coinbase connection args #109

Merged
merged 1 commit into from
Feb 8, 2025

price-reporter: utils: Use new coinbase connection args

1679d07
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

price-reporter: utils: Use new coinbase connection args #109

price-reporter: utils: Use new coinbase connection args
1679d07
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed Feb 8, 2025 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.82.0-nightly (a7399ba69 2024-08-31)
  • cargo 1.82.0-nightly (8f40fc59f 2024-08-21)
  • clippy 0.1.82 (a7399ba 2024-08-31)

Annotations

Check failure on line 349 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scale-info-2.11.6/src/ty/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: could not find `__private` in `scale`

error[E0433]: failed to resolve: could not find `__private` in `scale`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scale-info-2.11.6/src/ty/mod.rs:349:49
    |
349 | #[derive(PartialEq, Eq, PartialOrd, Ord, Clone, Encode, Debug)]
    |                                                 ^^^^^^ could not find `__private` in `scale`
    |
    = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)