feat: erc165 support interface #332
Triggered via pull request
September 19, 2024 19:56
Status
Cancelled
Total duration
2m 57s
Artifacts
–
gas-bench.yml
on: pull_request
gas usage report
2m 46s
Annotations
2 errors and 2 warnings
gas usage report
Canceling since a higher priority waiting request for 'gas-bench-erc165-supports-interface' exists
|
gas usage report
The operation was canceled.
|
[clippy] contracts-proc/src/lib.rs#L22:
contracts-proc/src/lib.rs#L22
warning: first doc comment paragraph is too long
--> contracts-proc/src/lib.rs:22:1
|
22 | / /// Computes interface id as an associated constant `INTERFACE_ID` for the trait
23 | | /// that describes contract's abi.
24 | | /// Selector collision should be handled with
25 | | /// macro `#[selector(name = "actualSolidityMethodName")]` on top of the method.
26 | | ///
27 | | /// # Examples
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `-W clippy::too-long-first-doc-paragraph` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::too_long_first_doc_paragraph)]`
|
[clippy] contracts-proc/src/lib.rs#L22:
contracts-proc/src/lib.rs#L22
warning: first doc comment paragraph is too long
--> contracts-proc/src/lib.rs:22:1
|
22 | / /// Computes interface id as an associated constant `INTERFACE_ID` for the trait
23 | | /// that describes contract's abi.
24 | | /// Selector collision should be handled with
25 | | /// macro `#[selector(name = "actualSolidityMethodName")]` on top of the method.
26 | | ///
27 | | /// # Examples
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `-W clippy::too-long-first-doc-paragraph` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::too_long_first_doc_paragraph)]`
|