aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/macos/proc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty/src/macos/proc.rs')
-rw-r--r--alacritty/src/macos/proc.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/alacritty/src/macos/proc.rs b/alacritty/src/macos/proc.rs
index be7e4891..eaa879d9 100644
--- a/alacritty/src/macos/proc.rs
+++ b/alacritty/src/macos/proc.rs
@@ -150,8 +150,7 @@ mod sys {
mod tests {
use super::*;
- use std::env;
- use std::process;
+ use std::{env, process};
#[test]
fn cwd_matches_current_dir() {