Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maksym-arutyunyan committed Aug 7, 2024
1 parent 96dbfe6 commit a2445ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ fn main() -> io::Result<()> {
// Check for experimental features
let features = args.features.unwrap_or_default();
let cargo_toml_enabled = features.contains(&"cargo_toml".to_string());
println!("ABC cargo_toml_enabled: {cargo_toml_enabled}");

process_file(path, cargo_toml_enabled).map_err(|e| {
eprintln!(
Expand Down

0 comments on commit a2445ab

Please sign in to comment.