fix: compilation and linting issues #350
Annotations
18 errors and 50 warnings
|
multiple versions for dependency `zerocopy-derive`: 0.7.35, 0.8.23:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `zerocopy-derive`: 0.7.35, 0.8.23
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `zerocopy`: 0.7.35, 0.8.23:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `zerocopy`: 0.7.35, 0.8.23
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `windows_x86_64_msvc`: 0.48.5, 0.52.6:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `windows_x86_64_msvc`: 0.48.5, 0.52.6
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `windows_x86_64_gnullvm`: 0.48.5, 0.52.6:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `windows_x86_64_gnullvm`: 0.48.5, 0.52.6
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `windows_x86_64_gnu`: 0.48.5, 0.52.6:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `windows_x86_64_gnu`: 0.48.5, 0.52.6
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `windows_i686_msvc`: 0.48.5, 0.52.6:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `windows_i686_msvc`: 0.48.5, 0.52.6
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `windows_i686_gnu`: 0.48.5, 0.52.6:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `windows_i686_gnu`: 0.48.5, 0.52.6
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `windows_aarch64_msvc`: 0.48.5, 0.52.6:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `windows_aarch64_msvc`: 0.48.5, 0.52.6
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `windows_aarch64_gnullvm`: 0.48.5, 0.52.6:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `windows_aarch64_gnullvm`: 0.48.5, 0.52.6
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `windows-targets`: 0.48.5, 0.52.6:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `windows-targets`: 0.48.5, 0.52.6
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `windows-sys`: 0.48.0, 0.52.0, 0.59.0:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `windows-sys`: 0.48.0, 0.52.0, 0.59.0
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `wasi`: 0.11.0+wasi-snapshot-preview1, 0.14.2+wasi-0.2.4:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `wasi`: 0.11.0+wasi-snapshot-preview1, 0.14.2+wasi-0.2.4
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `syn`: 1.0.109, 2.0.100:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `syn`: 1.0.109, 2.0.100
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `hashbrown`: 0.14.5, 0.15.2:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `hashbrown`: 0.14.5, 0.15.2
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
|
|
multiple versions for dependency `getrandom`: 0.2.15, 0.3.2:
eventually-postgres/src/lib.rs#L1
error: multiple versions for dependency `getrandom`: 0.2.15, 0.3.2
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
note: the lint level is defined here
--> eventually-postgres/src/lib.rs:8:40
|
8 | #![deny(clippy::all, clippy::pedantic, clippy::cargo)]
| ^^^^^^^^^^^^^
= note: `#[deny(clippy::multiple_crate_versions)]` implied by `#[deny(clippy::cargo)]`
|
|
multiple versions for dependency `syn`: 1.0.109, 2.0.100:
eventually-macros/src/lib.rs#L1
error: multiple versions for dependency `syn`: 1.0.109, 2.0.100
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
note: the lint level is defined here
--> eventually-macros/src/lib.rs:5:40
|
5 | #![deny(clippy::all, clippy::pedantic, clippy::cargo)]
| ^^^^^^^^^^^^^
= note: `#[deny(clippy::multiple_crate_versions)]` implied by `#[deny(clippy::cargo)]`
|
|
Clippy Lint
Clippy had exited with the 101 exit code
|
|
Code Coverage
Process completed with exit code 1.
|
|
Rustfmt Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rustfmt Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rustfmt Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rustfmt Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
missing documentation for a struct:
eventually-postgres/src/event.rs#L98
warning: missing documentation for a struct
--> eventually-postgres/src/event.rs:98:1
|
98 | pub struct Store<Id, Evt, Serde>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
missing documentation for a variant:
eventually-postgres/src/event.rs#L26
warning: missing documentation for a variant
--> eventually-postgres/src/event.rs:26:5
|
26 | Database(#[source] sqlx::Error),
| ^^^^^^^^
|
|
missing documentation for a struct field:
eventually-postgres/src/event.rs#L23
warning: missing documentation for a struct field
--> eventually-postgres/src/event.rs:23:9
|
23 | error: sqlx::Error,
| ^^^^^^^^^^^^^^^^^^
|
|
missing documentation for a struct field:
eventually-postgres/src/event.rs#L21
warning: missing documentation for a struct field
--> eventually-postgres/src/event.rs:21:9
|
21 | name: &'static str,
| ^^^^^^^^^^^^^^^^^^
|
|
missing documentation for a variant:
eventually-postgres/src/event.rs#L20
warning: missing documentation for a variant
--> eventually-postgres/src/event.rs:20:5
|
20 | ReadColumn {
| ^^^^^^^^^^
|
|
missing documentation for a variant:
eventually-postgres/src/event.rs#L18
warning: missing documentation for a variant
--> eventually-postgres/src/event.rs:18:5
|
18 | DeserializeEvent(#[source] anyhow::Error),
| ^^^^^^^^^^^^^^^^
|
|
missing documentation for an enum:
eventually-postgres/src/event.rs#L16
warning: missing documentation for an enum
--> eventually-postgres/src/event.rs:16:1
|
16 | pub enum StreamError {
| ^^^^^^^^^^^^^^^^^^^^
|
|
missing documentation for a module:
eventually-postgres/src/lib.rs#L12
warning: missing documentation for a module
--> eventually-postgres/src/lib.rs:12:1
|
12 | pub mod event;
| ^^^^^^^^^^^^^
|
note: the lint level is defined here
--> eventually-postgres/src/lib.rs:9:9
|
9 | #![warn(missing_docs)]
| ^^^^^^^^^^^^
|
|
Clippy Lint
Cache not found for keys: v0-rust-lint-Linux-x64-6bd73c06-f6f58fed, v0-rust-lint-Linux-x64-6bd73c06
|
|
Clippy Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Clippy Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Clippy Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Clippy Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Code Coverage
Cache not found for keys: v0-rust-coverage-Linux-x64-e7ad0def-f6f58fed, v0-rust-coverage-Linux-x64-e7ad0def
|
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (nightly)
`eventually-postgres` (lib) generated 8 warnings
|
|
Test (nightly):
eventually-postgres/src/event.rs#L98
missing documentation for a struct
|
|
Test (nightly):
eventually-postgres/src/event.rs#L26
missing documentation for a variant
|
|
Test (nightly):
eventually-postgres/src/event.rs#L23
missing documentation for a struct field
|
|
Test (nightly):
eventually-postgres/src/event.rs#L21
missing documentation for a struct field
|
|
Test (nightly):
eventually-postgres/src/event.rs#L20
missing documentation for a variant
|
|
Test (nightly):
eventually-postgres/src/event.rs#L18
missing documentation for a variant
|
|
Test (nightly):
eventually-postgres/src/event.rs#L16
missing documentation for an enum
|
|
Test (nightly):
eventually-postgres/src/lib.rs#L12
missing documentation for a module
|
|
Test (nightly)
Cache not found for keys: v0-rust-test-Linux-x64-e7ad0def-f6f58fed, v0-rust-test-Linux-x64-e7ad0def
|
|
Test (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (stable)
`eventually-postgres` (lib) generated 8 warnings
|
|
Test (stable):
eventually-postgres/src/event.rs#L98
missing documentation for a struct
|
|
Test (stable):
eventually-postgres/src/event.rs#L26
missing documentation for a variant
|
|
Test (stable):
eventually-postgres/src/event.rs#L23
missing documentation for a struct field
|
|
Test (stable):
eventually-postgres/src/event.rs#L21
missing documentation for a struct field
|
|
Test (stable):
eventually-postgres/src/event.rs#L20
missing documentation for a variant
|
|
Test (stable):
eventually-postgres/src/event.rs#L18
missing documentation for a variant
|
|
Test (stable):
eventually-postgres/src/event.rs#L16
missing documentation for an enum
|
|
Test (stable):
eventually-postgres/src/lib.rs#L12
missing documentation for a module
|
|
Test (stable)
Cache not found for keys: v0-rust-test-Linux-x64-6bd73c06-f6f58fed, v0-rust-test-Linux-x64-6bd73c06
|
|
Test (stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|