Skip to content

Commit 91deed9

Browse files
authored
Set module path
1 parent e10c199 commit 91deed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/code2prompt/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ fn main() -> Result<()> {
211211
}
212212
#[cfg(not(target_os = "linux"))]
213213
{
214-
use code2prompt::copy_text_to_clipboard;
214+
use crate::clipboard::copy_text_to_clipboard;
215215
match copy_text_to_clipboard(&rendered) {
216216
Ok(_) => {
217217
println!(

0 commit comments

Comments
 (0)