Skip to content

Commit 8e0ecf7

Browse files
committedMar 20, 2025·
Allow unused self
1 parent 1317142 commit 8e0ecf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/settings.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ impl Default for ApplicationSettings {
1616
}
1717

1818
impl ApplicationSettings {
19+
#[allow(clippy::unused_self)]
1920
pub fn open_in_terminal<P>(&self, directory: P) -> std::io::Result<std::process::Child>
2021
where
2122
P: AsRef<Path>,

0 commit comments

Comments
 (0)
Please sign in to comment.