refactor permit #1812
check.yml
on: pull_request
nightly / fmt
20s
nightly / doc
28s
ubuntu / stable / features
1m 12s
ubuntu / stable / typos
4s
Matrix: clippy
Annotations
2 errors and 17 warnings
nightly / doc:
contracts/src/token/erc20/extensions/permit.rs#L95
unresolved link to `Self::permit`
|
nightly / doc
Process completed with exit code 101.
|
ubuntu / stable / typos
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nightly / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nightly / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nightly / doc:
contracts/src/access/control.rs#L118
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/access/ownable.rs#L123
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/access/ownable_two_step.rs#L143
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/finance/vesting_wallet.rs#L349
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/token/erc1155/extensions/metadata_uri.rs#L51
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/token/erc1155/extensions/supply.rs#L83
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/token/erc1155/mod.rs#L387
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/token/erc20/extensions/capped.rs#L46
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/token/erc20/extensions/metadata.rs#L64
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/token/erc20/extensions/permit.rs#L105
unexpected `cfg` condition value: `export-abi`
|
stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / stable / features
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
[clippy] contracts/src/token/erc20/extensions/permit.rs#L105:
contracts/src/token/erc20/extensions/permit.rs#L105
warning: unexpected `cfg` condition value: `export-abi`
--> contracts/src/token/erc20/extensions/permit.rs:105:1
|
105 | #[public]
| ^^^^^^^^^
|
= note: expected values for `feature` are: `std`
= help: consider adding `export-abi` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: this warning originates in the attribute macro `public` (in Nightly builds, run with -Z macro-backtrace for more info)
|
beta / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|