mirror of
https://git.proxmox.com/git/proxmox
synced 2025-11-03 02:26:00 +00:00
```
warning: doc list item without indentation
--> proxmox-notify/src/api/webhook.rs:131:5
|
131 | /// (`400 Bad request`)
| ^^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
|
131 | /// (`400 Bad request`)
| ++
```
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
|
||
|---|---|---|
| .. | ||
| common.rs | ||
| gotify.rs | ||
| matcher.rs | ||
| mod.rs | ||
| sendmail.rs | ||
| smtp.rs | ||
| webhook.rs | ||