summaryrefslogtreecommitdiffstats
path: root/src/shell_install/mod.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-10-20 20:18:50 +0200
committerCanop <cano.petrole@gmail.com>2021-10-20 20:18:50 +0200
commit5e45e2c27d0d5f88831e568cc88f69141e240a1f (patch)
tree50bad7ad30624ba3cf7b813e3bc96dc488591c27 /src/shell_install/mod.rs
parent21e4e12ab670b0c585e062c3f4178906a7315d47 (diff)
remove direct import of minimad crate
because there's some bug I don't understand in crate resolution in the last versions of rust
Diffstat (limited to 'src/shell_install/mod.rs')
-rw-r--r--src/shell_install/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell_install/mod.rs b/src/shell_install/mod.rs
index e6a54b8..73b8ac8 100644
--- a/src/shell_install/mod.rs
+++ b/src/shell_install/mod.rs
@@ -5,7 +5,7 @@ use {
path::{Path, PathBuf},
str::FromStr,
},
- termimad::{mad_print_inline, MadSkin},
+ termimad::{minimad, mad_print_inline, MadSkin},
};
mod bash;