Improve docs & codecov for 0.5.0 #57
scheduled.yml
on: pull_request
ubuntu / nightly
21s
ubuntu / beta / updated
23s
Annotations
6 warnings
[clippy] src/token.rs#L355:
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)]
| ^^^^^^^^^^^^
|
[clippy] src/component.rs#L3:
src/component.rs#L3
warning: missing documentation for an enum
--> src/component.rs:3:1
|
3 | pub enum Component<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^
|
[clippy] src/component.rs#L15:
src/component.rs#L15
warning: missing documentation for a struct
--> src/component.rs:15:1
|
15 | pub struct Components<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
[clippy] src/token.rs#L355:
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)]
| ^^^^^^^^^^^^
|
[clippy] src/component.rs#L3:
src/component.rs#L3
warning: missing documentation for an enum
--> src/component.rs:3:1
|
3 | pub enum Component<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^
|
[clippy] src/component.rs#L15:
src/component.rs#L15
warning: missing documentation for a struct
--> src/component.rs:15:1
|
15 | pub struct Components<'t> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|