Skip to content

Commit 67d9e89

Browse files
committed
reword formatting comment
Signed-off-by: Robert Detjens <[email protected]>
1 parent 2b61800 commit 67d9e89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/init/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)