Skip to content

Commit a19d91e

Browse files
committed
refactor: Move from deprecated multiple
1 parent ac85266 commit a19d91e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cmd/test.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ pub fn make_subcommand<'help>() -> App<'help> {
2323
.takes_value(true)
2424
.use_delimiter(true)
2525
.require_delimiter(true)
26-
.multiple(true)
26+
.multiple_values(true)
27+
.multiple_occurrences(true)
2728
.forbid_empty_values(true)
2829
.help("A comma-separated list of directories to add to {n}the crate search path when building tests"))
2930
}

0 commit comments

Comments
 (0)