We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18449f6 commit 2b6369bCopy full SHA for 2b6369b
yazi-fm/src/main.rs
@@ -10,14 +10,6 @@ yazi_macro::mod_flat!(context executor logs panic root router signals term);
10
11
#[tokio::main]
12
async fn main() -> anyhow::Result<()> {
13
- // let d = yazi_shared::osstr_starts_with(
14
- // String::from_utf8(vec![50, 84])?,
15
- // String::from_utf8(vec![50, 116])?,
16
- // true,
17
- // );
18
- // dbg!(d);
19
- // return Ok(());
20
-
21
Panic::install();
22
yazi_shared::init();
23
0 commit comments