Skip to content

feat: Erc20Wrapper extension #2441

feat: Erc20Wrapper extension

feat: Erc20Wrapper extension #2441

Triggered via pull request February 12, 2025 15:21
Status Success
Total duration 1m 56s
Artifacts

check.yml

on: pull_request
nightly / fmt
20s
nightly / fmt
nightly / doc
33s
nightly / doc
ubuntu / stable / features
1m 39s
ubuntu / stable / features
ubuntu / stable / typos
9s
ubuntu / stable / typos
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
beta / clippy: contracts/src/token/erc20/extensions/wrapper.rs#L95
[clippy] reported by reviewdog 🐶 warning: backticks are unbalanced --> contracts/src/token/erc20/extensions/wrapper.rs:95:9 | 95 | /// The error type associated to the` trait implementation. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: a backtick may be missing a pair = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown = note: `-W clippy::doc-markdown` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::doc_markdown)]` Raw Output: contracts/src/token/erc20/extensions/wrapper.rs:95:9:w:warning: backticks are unbalanced --> contracts/src/token/erc20/extensions/wrapper.rs:95:9 | 95 | /// The error type associated to the` trait implementation. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: a backtick may be missing a pair = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown = note: `-W clippy::doc-markdown` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::doc_markdown)]` __END__
stable / clippy: contracts/src/token/erc20/extensions/wrapper.rs#L95
[clippy] reported by reviewdog 🐶 warning: backticks are unbalanced --> contracts/src/token/erc20/extensions/wrapper.rs:95:9 | 95 | /// The error type associated to the` trait implementation. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: a backtick may be missing a pair = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown = note: `-W clippy::doc-markdown` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::doc_markdown)]` Raw Output: contracts/src/token/erc20/extensions/wrapper.rs:95:9:w:warning: backticks are unbalanced --> contracts/src/token/erc20/extensions/wrapper.rs:95:9 | 95 | /// The error type associated to the` trait implementation. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: a backtick may be missing a pair = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown = note: `-W clippy::doc-markdown` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::doc_markdown)]` __END__