diff --git a/src/lib.rs b/src/lib.rs index 3d1af47..c29fc56 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,6 @@ use anyhow::{Context, Result}; pub fn minimize(cargo_dir: &Path) -> Result<()> { let file = expand::expand(cargo_dir).context("during expansion")?; - let file = prettyplease::unparse(&file); println!("// EXPANDED-START\n\n{file}\n\n// EXPANDED-END");