Skip to content
GitHub Actions / clippy failed Jan 4, 2024 in 1s

clippy

1 error, 60 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 60
Note 0
Help 0

Versions

  • rustc 1.77.0-nightly (e51e98dde 2023-12-31)
  • cargo 1.77.0-nightly (ac6bbb332 2023-12-26)
  • clippy 0.1.77 (e51e98d 2023-12-31)

Annotations

Check warning on line 14 in azure-kusto-data/src/models/v2/known_tables.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a struct

warning: missing documentation for a struct
  --> azure-kusto-data/src/models/v2/known_tables.rs:14:1
   |
14 | pub struct QueryCompletionInformation {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 6 in azure-kusto-data/src/models/v2/known_tables.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a struct

warning: missing documentation for a struct
 --> azure-kusto-data/src/models/v2/known_tables.rs:6:1
  |
6 | pub struct QueryProperties {
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 57 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:57:5
   |
57 |     pub activity_stack: String,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 56 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:56:5
   |
56 |     pub parent_activity_id: String,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 55 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:55:5
   |
55 |     pub activity_type: String,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 54 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:54:5
   |
54 |     pub sub_activity_id: String,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 53 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:53:5
   |
53 |     pub activity_id: String,
   |     ^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 52 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:52:5
   |
52 |     pub client_request_id: String,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 51 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:51:5
   |
51 |     pub thread_id: i32,
   |     ^^^^^^^^^^^^^^^^^^

Check warning on line 50 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:50:5
   |
50 |     pub process_id: i32,
   |     ^^^^^^^^^^^^^^^^^^^

Check warning on line 49 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:49:5
   |
49 |     pub process_name: String,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 48 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:48:5
   |
48 |     pub machine_name: String,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 47 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:47:5
   |
47 |     pub service_alias: String,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 46 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:46:5
   |
46 |     pub timestamp: String,
   |     ^^^^^^^^^^^^^^^^^^^^^

Check warning on line 45 in azure-kusto-data/src/models/v2/errors.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a struct

warning: missing documentation for a struct
  --> azure-kusto-data/src/models/v2/errors.rs:45:1
   |
45 | pub struct ErrorContext {
   | ^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 40 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:40:5
   |
40 |     pub is_permanent: bool,
   |     ^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 38 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:38:5
   |
38 |     pub context: ErrorContext,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 36 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:36:5
   |
36 |     pub r#type: String,
   |     ^^^^^^^^^^^^^^^^^^

Check warning on line 34 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:34:5
   |
34 |     pub description: String,
   |     ^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 32 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:32:5
   |
32 |     pub message: String,
   |     ^^^^^^^^^^^^^^^^^^^

Check warning on line 31 in azure-kusto-data/src/models/v2/errors.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
  --> azure-kusto-data/src/models/v2/errors.rs:31:5
   |
31 |     pub code: String,
   |     ^^^^^^^^^^^^^^^^

Check warning on line 30 in azure-kusto-data/src/models/v2/errors.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a struct

warning: missing documentation for a struct
  --> azure-kusto-data/src/models/v2/errors.rs:30:1
   |
30 | pub struct ErrorMessage {
   | ^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 13 in azure-kusto-data/src/models/v2/errors.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a struct

warning: missing documentation for a struct
  --> azure-kusto-data/src/models/v2/errors.rs:13:1
   |
13 | pub struct OneApiError {
   | ^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 8 in azure-kusto-data/src/models/v2/errors.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
 --> azure-kusto-data/src/models/v2/errors.rs:8:5
  |
8 |     pub errors: Vec<OneApiError>,
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 6 in azure-kusto-data/src/models/v2/errors.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing documentation for a struct

warning: missing documentation for a struct
 --> azure-kusto-data/src/models/v2/errors.rs:6:1
  |
6 | pub struct OneApiErrors {
  | ^^^^^^^^^^^^^^^^^^^^^^^