improv: use text editor for notes #17
Annotations
5 warnings
variant name ends with the enum's name:
src/main.rs#L38
warning: variant name ends with the enum's name
--> src/content.rs:38:5
|
38 | DisplayTask(models::Task),
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
= note: `#[warn(clippy::enum_variant_names)]` on by default
|
variant name ends with the enum's name:
src/main.rs#L39
warning: variant name ends with the enum's name
--> src/content.rs:39:5
|
39 | UpdateTask(models::Task),
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
|
variant name ends with the enum's name:
src/main.rs#L41
warning: variant name ends with the enum's name
--> src/content.rs:41:5
|
41 | CreateTask(models::Task),
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
|
variant name ends with the enum's name:
src/main.rs#L42
warning: variant name ends with the enum's name
--> src/details.rs:42:5
|
42 | UpdateTask(models::Task),
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
|
4 warnings emitted
warning: 4 warnings emitted
|