Skip to content

Commit

Permalink
doc: fix doc comment
Browse files Browse the repository at this point in the history
Co-Authored-By: Seiichi Uchida <[email protected]>
  • Loading branch information
calebcartwright and topecongiro committed Oct 28, 2019
1 parent 424f7ae commit 871c6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo-fmt/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ pub struct Target {
kind: String,
/// Rust edition for this target.
edition: String,
// Rust files residing within subdirectories of the tests directory.
/// Rust files residing within subdirectories of the tests directory.
nested_int_test_files: Vec<PathBuf>,
}

Expand Down

0 comments on commit 871c6bb

Please sign in to comment.