fix #166
rust.yml
on: push
Matrix: Check
Matrix: Clippy
Matrix: Rustfmt
Matrix: Test Suite
Annotations
8 errors
Clippy (nightly):
2018/day-14-2018/src/main.rs#L12
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
Clippy (nightly):
2018/day-14-2018/src/main.rs#L63
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
Clippy (nightly):
2018/day-14-2018/src/main.rs#L64
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
Clippy (nightly)
Process completed with exit code 101.
|
Clippy (stable)
The job was canceled because "nightly" failed.
|
Clippy (stable)
The operation was canceled.
|
Clippy (beta)
The job was canceled because "nightly" failed.
|
Clippy (beta)
The operation was canceled.
|