Skip to content

Commit 5d7a370

Browse files
doc: fix doc comment
Co-Authored-By: Seiichi Uchida <seuchida@gmail.com>
1 parent dfe6417 commit 5d7a370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo-fmt/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ pub struct Target {
269269
kind: String,
270270
/// Rust edition for this target.
271271
edition: String,
272-
// Rust files residing within subdirectories of the tests directory.
272+
/// Rust files residing within subdirectories of the tests directory.
273273
nested_int_test_files: Vec<PathBuf>,
274274
}
275275

0 commit comments

Comments
 (0)