feat(erc721): add ERC721Enumerable extension (#67) #115
e2e-tests.yml
on: pull_request
integration tests suite
2m 44s
Annotations
2 errors and 2 warnings
integration tests suite
Canceling since a higher priority waiting request for 'e2e-tests-feature/erc721-enumerable' exists
|
integration tests suite
The operation was canceled.
|
[clippy] contracts/src/erc721/extensions/enumerable.rs#L309:
contracts/src/erc721/extensions/enumerable.rs#L309
warning: unneeded sub `cfg` when there is only one condition
--> contracts/src/erc721/extensions/enumerable.rs:309:7
|
309 | #[cfg(all(test,
| _______^
310 | | // feature = "std"
311 | | ))]
| |_^ help: try: `test`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
= note: `#[warn(clippy::non_minimal_cfg)]` on by default
|
[clippy] contracts/src/erc721/extensions/enumerable.rs#L309:
contracts/src/erc721/extensions/enumerable.rs#L309
warning: unneeded sub `cfg` when there is only one condition
--> contracts/src/erc721/extensions/enumerable.rs:309:7
|
309 | #[cfg(all(test,
| _______^
310 | | // feature = "std"
311 | | ))]
| |_^ help: try: `test`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
= note: `#[warn(clippy::non_minimal_cfg)]` on by default
|