We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1ccf2 commit 22d2aefCopy full SHA for 22d2aef
1 file changed
src-tauri/src/lib.rs
@@ -1,6 +1,9 @@
1
// FIXME: actually refactor errors instead
2
#![allow(clippy::result_large_err)]
3
-use std::{fmt, path::{Path, PathBuf}};
+use std::{
4
+ fmt,
5
+ path::{Path, PathBuf},
6
+};
7
// #[cfg(not(windows))]
8
// use std::{
9
// fs::{set_permissions, Permissions},
0 commit comments