Skip to content

Commit 22d2aef

Browse files
committed
test ci
1 parent 1a1ccf2 commit 22d2aef

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src-tauri/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// FIXME: actually refactor errors instead
22
#![allow(clippy::result_large_err)]
3-
use std::{fmt, path::{Path, PathBuf}};
3+
use std::{
4+
fmt,
5+
path::{Path, PathBuf},
6+
};
47
// #[cfg(not(windows))]
58
// use std::{
69
// fs::{set_permissions, Permissions},

0 commit comments

Comments
 (0)