feat(erc721): implement erc-721 token standard #97
Annotations
2 warnings
[clippy] contracts/src/arithmetic.rs#L4:
contracts/src/arithmetic.rs#L4
warning: trait `AddAssignUnchecked` is never used
--> contracts/src/arithmetic.rs:4:18
|
4 | pub(crate) trait AddAssignUnchecked<T> {
| ^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
[clippy] contracts/src/arithmetic.rs#L15:
contracts/src/arithmetic.rs#L15
warning: trait `SubAssignUnchecked` is never used
--> contracts/src/arithmetic.rs:15:18
|
15 | pub(crate) trait SubAssignUnchecked<T> {
| ^^^^^^^^^^^^^^^^^^
|