proxmox/proxmox-access-control/src
Maximiliano Sandoval 0157b6fdea access-control: acl: add indentation to docs
Fixes:

warning: doc list item missing indentation
   --> proxmox-access-control/src/acl.rs:518:9
    |
518 |     /// -- user/token is more specific than group at each level
    |         ^
    |
    = 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
    |
518 |     ///   -- user/token is more specific than group at each level
    |         ++

warning: doc list item missing indentation
   --> proxmox-access-control/src/acl.rs:519:9
    |
519 |     /// -- roles lower in the tree are more specific than those higher up along the path
    |         ^
    |
    = 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
    |
519 |     ///   -- roles lower in the tree are more specific than those higher up along the path
    |         ++

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
2024-08-28 13:09:15 +02:00
..
acl.rs access-control: acl: add indentation to docs 2024-08-28 13:09:15 +02:00
cached_user_info.rs fix typos in rust api documentation 2024-07-22 08:49:42 +02:00
init.rs access-control: add init_user_config() method 2024-07-22 09:03:56 +02:00
lib.rs tree-wide: enable doc_cfg and doc_auto_cfg for docs 2024-07-02 11:59:53 +02:00
token_shadow.rs access-control: cleanup use statements 2024-07-22 09:03:56 +02:00
types.rs access-control: cleanup use statements 2024-07-22 09:03:56 +02:00
user.rs access-control: add init_user_config() method 2024-07-22 09:03:56 +02:00