Skip to content

Commit 49fa3bd

Browse files
rootroot
root
authored and
root
committed
fixup! sim-ln/refactor: move parsing into its own module
1 parent 3fc856b commit 49fa3bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sim-cli/src/parsing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ use simln_lib::{
99
};
1010
use std::collections::HashMap;
1111
use std::fs;
12+
use std::ops::AsyncFn;
1213
use std::path::PathBuf;
1314
use std::sync::Arc;
1415
use tokio::sync::Mutex;

0 commit comments

Comments
 (0)