Remove dev-only numeric-extension patterns mistakenly committed to .gitignore #198
Annotations
2 warnings
|
src/lib.rs#L149
warning: unused return value of `core::hash::Hasher::finish` that must be used
--> src/note/asset_base.rs:149:9
|
149 | h.finish();
| ^^^^^^^^^^
|
= note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
help: use `let _ = ...` to ignore the resulting value
|
149 | let _ = h.finish();
| +++++++
|
|
src/lib.rs#L166
warning: doc list item overindented
--> src/issuance.rs:166:9
|
166 | /// Pallas curve.
| ^^^ help: try using ` ` (2 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/beta/index.html#doc_overindented_list_items
= note: `#[warn(clippy::doc_overindented_list_items)]` on by default
|
The logs for this run have expired and are no longer available.
Loading