tentative changes to #93 #182
safety.yml
on: pull_request
sanitizers
52s
miri
2m 42s
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>;
| |______________________________________________________________^
|