Skip to content

Commit e6f28f2

Browse files
authored
Fix rust-code-analysis crash (mozilla#89)
1 parent 1f0302c commit e6f28f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ fn main() {
235235
.help("Sets the input files to analyze")
236236
.short("p")
237237
.long("paths")
238+
.default_value(".")
238239
.multiple(true)
239240
.takes_value(true),
240241
)

0 commit comments

Comments
 (0)