mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
Merge pull request #46 from tauri-apps/fix/clippy
fix: make clippy 1.66 happy
This commit is contained in:
@@ -176,7 +176,7 @@ impl Store {
|
||||
.expect("failed to resolve app dir");
|
||||
let store_path = app_dir.join(&self.path);
|
||||
|
||||
let bytes = read(&store_path)?;
|
||||
let bytes = read(store_path)?;
|
||||
|
||||
self.cache = (self.deserialize)(&bytes).map_err(Error::Deserialize)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user