File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ pub fn interactive_init() -> inquire::error::InquireResult<config::RcdsConfig> {
2020
2121 let difficulty_names; // set during `points` prompt later
2222
23- // FORMATTING NOTE: The with_help_message() calls cause rustfmt to silently
24- // fail to format this whole definition. Commenting out the marked
23+ // FORMATTING NOTE: Some of these help messages cause rustfmt to silently
24+ // fail to format this struct definition. Commenting out the marked
2525 // help_message lines temporarily will let the formatting work.
2626 //
27- // see issues :
28- // - https://github.com/rust-lang/rustfmt/issues/6687,
27+ // Ref :
28+ // - https://github.com/rust-lang/rustfmt/issues/6687
2929 // - https://github.com/rust-lang/rustfmt/issues/3863
3030
3131 let options = config:: RcdsConfig {
You can’t perform that action at this time.
0 commit comments