fix: add missing comment sections (partial) #306
check-links.yml
on: push
Check Markdown Links
7s
Check AsciiDoc Links
23s
Annotations
4 warnings
[clippy] contracts/src/finance/vesting_wallet.rs#L247:
contracts/src/finance/vesting_wallet.rs#L247
warning: docs for function returning `Result` missing `# Errors` section
--> contracts/src/finance/vesting_wallet.rs:247:5
|
247 | fn release_eth(&mut self) -> Result<(), Self::Error>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_errors_doc
= note: `-W clippy::missing-errors-doc` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::missing_errors_doc)]`
|
[clippy] contracts/src/finance/vesting_wallet.rs#L260:
contracts/src/finance/vesting_wallet.rs#L260
warning: docs for function returning `Result` missing `# Errors` section
--> contracts/src/finance/vesting_wallet.rs:260:5
|
260 | fn release_erc20(&mut self, token: Address) -> Result<(), Self::Error>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_errors_doc
|
[clippy] contracts/src/finance/vesting_wallet.rs#L247:
contracts/src/finance/vesting_wallet.rs#L247
warning: docs for function returning `Result` missing `# Errors` section
--> contracts/src/finance/vesting_wallet.rs:247:5
|
247 | fn release_eth(&mut self) -> Result<(), Self::Error>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_errors_doc
= note: `-W clippy::missing-errors-doc` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::missing_errors_doc)]`
|
[clippy] contracts/src/finance/vesting_wallet.rs#L260:
contracts/src/finance/vesting_wallet.rs#L260
warning: docs for function returning `Result` missing `# Errors` section
--> contracts/src/finance/vesting_wallet.rs:260:5
|
260 | fn release_erc20(&mut self, token: Address) -> Result<(), Self::Error>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_errors_doc
|