Skip to content

fix: add missing comment sections (partial) #306

fix: add missing comment sections (partial)

fix: add missing comment sections (partial) #306

Triggered via push November 11, 2024 16:20
Status Success
Total duration 33s
Artifacts

check-links.yml

on: push
Check Markdown Links
7s
Check Markdown Links
Check AsciiDoc Links
23s
Check AsciiDoc Links
Fit to window
Zoom out
Zoom in

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