mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 13:00:13 +00:00
pve-rs: tfa: clippy: unnecessary pub(self)
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
ae27b307b8
commit
2b23512a56
@ -20,7 +20,7 @@ use nix::errno::Errno;
|
|||||||
use nix::sys::stat::Mode;
|
use nix::sys::stat::Mode;
|
||||||
use serde_json::Value as JsonValue;
|
use serde_json::Value as JsonValue;
|
||||||
|
|
||||||
pub(self) use proxmox_tfa::api::{
|
use proxmox_tfa::api::{
|
||||||
RecoveryState, TfaChallenge, TfaConfig, TfaResponse, TfaUserData, U2fConfig,
|
RecoveryState, TfaChallenge, TfaConfig, TfaResponse, TfaUserData, U2fConfig,
|
||||||
UserChallengeAccess, WebauthnConfig,
|
UserChallengeAccess, WebauthnConfig,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user