5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-31 01:48:09 +03:00

docs: use sublist indentation

Fixes the doc_lazy_continuation clippy lint, e.g.:

```
warning: doc list item without indentation
   --> src/server/pull.rs:764:5
    |
764 | /// -- attempt to pull each NS in turn
    |     ^
    |
    = 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
help: indent this line
    |
764 | ///   -- attempt to pull each NS in turn
    |     ++
```

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-12-02 10:58:00 +01:00 committed by Fabian Grünbichler
parent c68117d0a1
commit 23e91fdd98
3 changed files with 11 additions and 11 deletions