]> git.proxmox.com Git - proxmox-backup.git/commit
clippy: allow api functions with many arguments
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 25 Jan 2021 13:42:59 +0000 (14:42 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 26 Jan 2021 08:54:52 +0000 (09:54 +0100)
commit367c0ff7c6e225e49bd92325316cf07d298a08da
treecd9d5989d7e86e49019db7a0c3190e3253f0585f
parent9c26a3d61aaefb40f24079e5d902684aba30e735
clippy: allow api functions with many arguments

some of those can be reduced/cleaned up when we have updater support in
the api macro.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
12 files changed:
src/api2/access/acl.rs
src/api2/access/tfa.rs
src/api2/access/user.rs
src/api2/admin/datastore.rs
src/api2/config/datastore.rs
src/api2/config/remote.rs
src/api2/config/sync.rs
src/api2/config/verify.rs
src/api2/node/network.rs
src/api2/node/tasks.rs
src/bin/pxar.rs
src/client/backup_writer.rs