mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
fmt
This commit is contained in:
parent
a2bc92d651
commit
e674120d26
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ use anyhow::{Context, Result};
|
||||||
pub fn minimize(cargo_dir: &Path) -> Result<()> {
|
pub fn minimize(cargo_dir: &Path) -> Result<()> {
|
||||||
let file = expand::expand(cargo_dir).context("during expansion")?;
|
let file = expand::expand(cargo_dir).context("during expansion")?;
|
||||||
|
|
||||||
|
|
||||||
let file = prettyplease::unparse(&file);
|
let file = prettyplease::unparse(&file);
|
||||||
|
|
||||||
println!("// EXPANDED-START\n\n{file}\n\n// EXPANDED-END");
|
println!("// EXPANDED-START\n\n{file}\n\n// EXPANDED-END");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue