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-05-19 07:28:42 +02:00
parent 6849e106ba
commit ed19f865bf

View File

@@ -722,7 +722,7 @@ pub mod autofill {
pub fn get_path(&self) -> String {
self.server
.paths
.get(0)
.first()
.map(|p| p.to_string_lossy().to_string())
.unwrap_or_default()
}