Improve docs & codecov for 0.5.0 #57
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (3)
src/token.rs|355 col 5| warning: missing documentation for a method
--> src/token.rs:355:5
|
355 | pub fn into_components(self) -> crate::Components<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> src/lib.rs:2:9
|
2 | #![warn(missing_docs)]
| ^^^^^^^^^^^^
src/component.rs|3 col 1| warning: missing documentation for an enum
--> src/component.rs:3:1
|
3 | pub enum Component<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^
src/component.rs|15 col 1| warning: missing documentation for a struct
--> src/component.rs:15:1
|
15 | pub struct Components<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Filtered Findings (0)
Annotations
Check warning on line 355 in src/token.rs
github-actions / clippy
[clippy] src/token.rs#L355
warning: missing documentation for a method
--> src/token.rs:355:5
|
355 | pub fn into_components(self) -> crate::Components<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> src/lib.rs:2:9
|
2 | #![warn(missing_docs)]
| ^^^^^^^^^^^^
Raw output
src/token.rs:355:5:w:warning: missing documentation for a method
--> src/token.rs:355:5
|
355 | pub fn into_components(self) -> crate::Components<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> src/lib.rs:2:9
|
2 | #![warn(missing_docs)]
| ^^^^^^^^^^^^
__END__
Check warning on line 3 in src/component.rs
github-actions / clippy
[clippy] src/component.rs#L3
warning: missing documentation for an enum
--> src/component.rs:3:1
|
3 | pub enum Component<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^
Raw output
src/component.rs:3:1:w:warning: missing documentation for an enum
--> src/component.rs:3:1
|
3 | pub enum Component<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^
__END__
Check warning on line 15 in src/component.rs
github-actions / clippy
[clippy] src/component.rs#L15
warning: missing documentation for a struct
--> src/component.rs:15:1
|
15 | pub struct Components<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Raw output
src/component.rs:15:1:w:warning: missing documentation for a struct
--> src/component.rs:15:1
|
15 | pub struct Components<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
__END__