Skip to content

Commit f22fa95

Browse files
committed
Comment out currently-unused use statements that I will likely need later.
1 parent d1b13c2 commit f22fa95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cargo-dist/src/init/mod.rs

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

8+
/*
89
use crate::config::{self, v1::TomlLayer, Config};
910
use crate::errors::DistResult;
1011
use crate::migrate;
1112
use crate::SortedMap;
1213
use crate::{do_generate, GenerateArgs};
1314
use console_helpers::theme;
15+
*/
1416
pub use dist_profile::init_dist_profile;
1517
pub use init_args::InitArgs;

0 commit comments

Comments
 (0)