Skip to content

feat(eventually): add derive(Copy) to serde::Convert (#291) #308

feat(eventually): add derive(Copy) to serde::Convert (#291)

feat(eventually): add derive(Copy) to serde::Convert (#291) #308

GitHub Actions / clippy succeeded Feb 24, 2024 in 0s

clippy

8 warnings

Details

Results

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

Versions

  • rustc 1.76.0 (07dca489a 2024-02-04)
  • cargo 1.76.0 (c84b36747 2024-01-18)
  • clippy 0.1.76 (07dca48 2024-02-04)

Annotations

Check warning on line 98 in eventually-postgres/src/event.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a struct

warning: missing documentation for a struct
  --> eventually-postgres/src/event.rs:98:1
   |
98 | pub struct Store<Id, Evt, Serde>
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 26 in eventually-postgres/src/event.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a variant

warning: missing documentation for a variant
  --> eventually-postgres/src/event.rs:26:5
   |
26 |     Database(#[source] sqlx::Error),
   |     ^^^^^^^^

Check warning on line 23 in eventually-postgres/src/event.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a struct field

warning: missing documentation for a struct field
  --> eventually-postgres/src/event.rs:23:9
   |
23 |         error: sqlx::Error,
   |         ^^^^^^^^^^^^^^^^^^

Check warning on line 21 in eventually-postgres/src/event.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a struct field

warning: missing documentation for a struct field
  --> eventually-postgres/src/event.rs:21:9
   |
21 |         name: &'static str,
   |         ^^^^^^^^^^^^^^^^^^

Check warning on line 20 in eventually-postgres/src/event.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a variant

warning: missing documentation for a variant
  --> eventually-postgres/src/event.rs:20:5
   |
20 |     ReadColumn {
   |     ^^^^^^^^^^

Check warning on line 18 in eventually-postgres/src/event.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a variant

warning: missing documentation for a variant
  --> eventually-postgres/src/event.rs:18:5
   |
18 |     DeserializeEvent(#[source] anyhow::Error),
   |     ^^^^^^^^^^^^^^^^

Check warning on line 16 in eventually-postgres/src/event.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for an enum

warning: missing documentation for an enum
  --> eventually-postgres/src/event.rs:16:1
   |
16 | pub enum StreamError {
   | ^^^^^^^^^^^^^^^^^^^^

Check warning on line 12 in eventually-postgres/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a module

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)]
   |         ^^^^^^^^^^^^