feat: add ERC20FlashMint extension #1992
check.yml
on: pull_request
nightly / fmt
19s
nightly / doc
31s
ubuntu / stable / features
1m 44s
ubuntu / stable / typos
4s
Matrix: clippy
Annotations
17 warnings
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#L126
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/access/ownable.rs#L130
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/access/ownable_two_step.rs#L151
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/finance/vesting_wallet.rs#L360
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/token/erc1155/extensions/metadata_uri.rs#L58
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/token/erc1155/extensions/supply.rs#L85
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/token/erc1155/mod.rs#L394
unexpected `cfg` condition value: `export-abi`
|
nightly / doc:
contracts/src/token/erc20/extensions/capped.rs#L54
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#L90
unexpected `cfg` condition value: `export-abi`
|
beta / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
beta / clippy:
examples/erc20-flash-mint/src/lib.rs#L25
[clippy] reported by reviewdog 🐶
warning: unexpected `cfg` condition value: `export-abi`
--> examples/erc20-flash-mint/src/lib.rs:25:1
|
25 | #[public]
| ^^^^^^^^^
|
= note: expected values for `feature` are: `e2e`
= 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: `#[warn(unexpected_cfgs)]` on by default
= note: this warning originates in the attribute macro `public` (in Nightly builds, run with -Z macro-backtrace for more info)
Raw Output:
examples/erc20-flash-mint/src/lib.rs:25:1:w:warning: unexpected `cfg` condition value: `export-abi`
--> examples/erc20-flash-mint/src/lib.rs:25:1
|
25 | #[public]
| ^^^^^^^^^
|
= note: expected values for `feature` are: `e2e`
= 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: `#[warn(unexpected_cfgs)]` on by default
= note: this warning originates in the attribute macro `public` (in Nightly builds, run with -Z macro-backtrace for more info)
__END__
|
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
|