1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 12:13:45 +00:00

Fix clippy

This commit is contained in:
Bernd Schoolmann
2025-06-13 16:55:01 +02:00
parent 09e777a0ec
commit bec2a75c41

View File

@@ -106,7 +106,7 @@ pub fn path(name: &str) -> std::path::PathBuf {
pub fn all_paths(name: &str) -> Vec<std::path::PathBuf> {
#[cfg(target_os = "linux")]
{
use std::{env, path::PathBuf};
use std::env;
// On Linux, in flatpak, we mount sockets in each app's sandboxed directory.
let user_home = dirs::home_dir().unwrap();