Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 9, 2024
1 parent a9bba48 commit 7470c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/functionality/extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ pub fn load_extensions(win: &WebviewWindow) {
}

#[cfg(not(target_os = "windows"))]
pub fn add_extension(_win: &WebviewWindow, _path: &PathBuf) {
pub fn add_extension(_win: &WebviewWindow, _path: PathBuf) {
log!("Extension is unsupported on non-Windows platforms!");
}

0 comments on commit 7470c02

Please sign in to comment.