[pve-devel] applied-series: [PATCH proxmox-perl-rs v2 01/15] pve-rs: tfa: clippy: unnecessary `pub(self)`

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Aug 7 13:54:18 CEST 2024


thanks!

Quoting Lukas Wagner (2024-08-02 14:25:28)
> Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
> ---
>  pve-rs/src/tfa.rs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pve-rs/src/tfa.rs b/pve-rs/src/tfa.rs
> index 2b61344..798cdad 100644
> --- a/pve-rs/src/tfa.rs
> +++ b/pve-rs/src/tfa.rs
> @@ -20,7 +20,7 @@ use nix::errno::Errno;
>  use nix::sys::stat::Mode;
>  use serde_json::Value as JsonValue;
>  
> -pub(self) use proxmox_tfa::api::{
> +use proxmox_tfa::api::{
>      RecoveryState, TfaChallenge, TfaConfig, TfaResponse, TfaUserData, U2fConfig,
>      UserChallengeAccess, WebauthnConfig,
>  };
> -- 
> 2.39.2
> 
> 
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> 
>




More information about the pve-devel mailing list