Skip to content

Commit fd89162

Browse files
committed
Remove commented-out code.
1 parent 5402a1f commit fd89162

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cargo-dist/src/init/mod.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,5 @@ pub mod console_helpers;
55
mod dist_profile;
66
mod init_args;
77

8-
/*
9-
use crate::config::{self, v1::TomlLayer, Config};
10-
use crate::errors::DistResult;
11-
use crate::migrate;
12-
use crate::SortedMap;
13-
use crate::{do_generate, GenerateArgs};
14-
use console_helpers::theme;
15-
*/
168
pub use dist_profile::init_dist_profile;
179
pub use init_args::InitArgs;

0 commit comments

Comments
 (0)