mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-15 18:08:42 -07:00
Clippy fix
This commit is contained in:
parent
0ff7fd939e
commit
2ffc3eac4d
@ -112,7 +112,7 @@ fn get_icon(domain: &str) -> Vec<u8> {
|
|||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
error!("Error downloading icon: {:?}", e);
|
error!("Error downloading icon: {:?}", e);
|
||||||
let miss_indicator = path.to_owned() + ".miss";
|
let miss_indicator = path + ".miss";
|
||||||
let empty_icon = Vec::new();
|
let empty_icon = Vec::new();
|
||||||
save_icon(&miss_indicator, &empty_icon);
|
save_icon(&miss_indicator, &empty_icon);
|
||||||
FALLBACK_ICON.to_vec()
|
FALLBACK_ICON.to_vec()
|
||||||
|
Loading…
Reference in New Issue
Block a user