Skip to content

feat(erc721): add ERC721Enumerable extension (#67) #115

feat(erc721): add ERC721Enumerable extension (#67)

feat(erc721): add ERC721Enumerable extension (#67) #115

Triggered via pull request May 29, 2024 09:29
Status Cancelled
Total duration 3m 10s
Billable time 3m
Artifacts

e2e-tests.yml

on: pull_request
integration tests suite
2m 44s
integration tests suite
Fit to window
Zoom out
Zoom in

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