feat: Erc20Wrapper extension #2441
Annotations
1 warning
Cargo 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__
|
Loading