1
0

fix: update blank guard usage and fix issue

This commit is contained in:
2026-05-18 17:04:11 +08:00
parent 1086039dcb
commit 53cc8edcfd
7 changed files with 68 additions and 90 deletions

View File

@@ -168,7 +168,6 @@ fn run_ext_list(
pub fn run(c: cli::Cli) -> Result<()> {
// Read manifest file first
let mf = manifest::Manifest::from_file(Path::new(&c.manifest_file))?;
println!("{:?}", mf);
// Parse it into schema
let schema = mf.into_schema()?;
// Parse it into program