Skip to content

tentative changes to #93 #182

tentative changes to #93

tentative changes to #93 #182

Triggered via pull request November 18, 2024 02:15
@asmelloasmello
synchronize #98
am/new-errors
Status Success
Total duration 2m 51s
Artifacts

safety.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
[clippy] src/diagnostic.rs#L175: src/diagnostic.rs#L175
warning: missing documentation for a trait --> src/diagnostic.rs:175:1 | 175 | pub trait Diagnose<'s, T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^
[clippy] src/diagnostic.rs#L176: src/diagnostic.rs#L176
warning: missing documentation for an associated type --> src/diagnostic.rs:176:5 | 176 | type Error: IntoDiagnostic<'s>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[clippy] src/diagnostic.rs#L179: src/diagnostic.rs#L179
warning: missing documentation for a method --> src/diagnostic.rs:179:5 | 179 | / fn diagnose( 180 | | self, 181 | | subject: impl Into<<Self::Error as IntoDiagnostic<'s>>::Subject>, 182 | | ) -> Result<T, Diagnostic<'s, Self::Error>>; | |________________________________________________^
[clippy] src/diagnostic.rs#L185: src/diagnostic.rs#L185
warning: missing documentation for a method --> src/diagnostic.rs:185:5 | 185 | / fn diagnose_with<F, S>(self, f: F) -> Result<T, Diagnostic<'s, Self::Error>> 186 | | where 187 | | F: FnOnce() -> S, 188 | | S: Into<<Self::Error as IntoDiagnostic<'s>>::Subject>; | |______________________________________________________________^
[clippy] src/diagnostic.rs#L175: src/diagnostic.rs#L175
warning: missing documentation for a trait --> src/diagnostic.rs:175:1 | 175 | pub trait Diagnose<'s, T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^
[clippy] src/diagnostic.rs#L176: src/diagnostic.rs#L176
warning: missing documentation for an associated type --> src/diagnostic.rs:176:5 | 176 | type Error: IntoDiagnostic<'s>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[clippy] src/diagnostic.rs#L179: src/diagnostic.rs#L179
warning: missing documentation for a method --> src/diagnostic.rs:179:5 | 179 | / fn diagnose( 180 | | self, 181 | | subject: impl Into<<Self::Error as IntoDiagnostic<'s>>::Subject>, 182 | | ) -> Result<T, Diagnostic<'s, Self::Error>>; | |________________________________________________^
[clippy] src/diagnostic.rs#L185: src/diagnostic.rs#L185
warning: missing documentation for a method --> src/diagnostic.rs:185:5 | 185 | / fn diagnose_with<F, S>(self, f: F) -> Result<T, Diagnostic<'s, Self::Error>> 186 | | where 187 | | F: FnOnce() -> S, 188 | | S: Into<<Self::Error as IntoDiagnostic<'s>>::Subject>; | |______________________________________________________________^