Skip to content

Commit

Permalink
accept djmitche suggestion to change comment documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Dustin J. Mitchell <dustin@v.igoro.us>
  • Loading branch information
iwyatt and djmitche committed Nov 4, 2023
1 parent 5981234 commit eed2e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taskchampion/xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ fn codegen() -> anyhow::Result<()> {

/// `cargo xtask msrv (X.Y)`
///
/// This checks and updates the Minimum Supported Rust Version for all files specified in the tuple list `MSRV_PATH_REGEX` const in `xtask/src/main.rs` where the regex pattern specified is found in the file.
/// The argument "X.Y" will replace existing X.Y any place the regex pattern specified in the tuple list `MSRV_PATH_REGEX` is found.
/// This checks and updates the Minimum Supported Rust Version for all files specified in MSRV_PATH_REGEX`.
/// Each line where the regex matches will have all values of the form `#.##` replaced with the given MSRV.
fn msrv(args: Vec<String>) -> anyhow::Result<()> {
if args.len() != 2 {
// check that (X.Y) argument is (mostly) valid:
Expand Down

0 comments on commit eed2e91

Please sign in to comment.