We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1317142 commit 8e0ecf7Copy full SHA for 8e0ecf7
src/app/settings.rs
@@ -16,6 +16,7 @@ impl Default for ApplicationSettings {
16
}
17
18
impl ApplicationSettings {
19
+ #[allow(clippy::unused_self)]
20
pub fn open_in_terminal<P>(&self, directory: P) -> std::io::Result<std::process::Child>
21
where
22
P: AsRef<Path>,
0 commit comments