Skip to content

Commit

Permalink
fix(macos): change use to extern for enquote (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Jan 4, 2024
1 parent 9df00fc commit d2a268b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallpaper/macos.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use color_eyre::Report;
use enquote;
extern crate enquote;
use std::process::Command;

#[cfg(target_os = "macos")]
Expand Down

0 comments on commit d2a268b

Please sign in to comment.