Skip to content

Commit

Permalink
Fix bin stdlib imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sonro committed Jul 16, 2024
1 parent da70803 commit 3053487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotenv/src/bin/dotenvy.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use clap::Arg;
use std::{os::unix::process::CommandExt, process};
use std::os::unix::process::CommandExt;
use std::process;

macro_rules! die {
($fmt:expr) => ({
Expand Down

0 comments on commit 3053487

Please sign in to comment.