mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 23:27:27 +00:00
pmg-rs: tfa: clippy: unnecessary pub(self)
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
6c69a07552
commit
3d28612fa8
@ -17,7 +17,7 @@ use anyhow::{bail, format_err, Error};
|
||||
use nix::errno::Errno;
|
||||
use nix::sys::stat::Mode;
|
||||
|
||||
pub(self) use proxmox_tfa::api::{
|
||||
use proxmox_tfa::api::{
|
||||
RecoveryState, TfaChallenge, TfaConfig, TfaResponse, U2fConfig, UserChallengeAccess,
|
||||
WebauthnConfig,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user