Skip to content

Commit

Permalink
try remove new unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Jan 8, 2025
1 parent 9c527f8 commit 7e55990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ fn main() -> io::Result<()> {
} else {
matches
.get_one::<Option<String>>(FLAG_DOCS_ROOT)
.unwrap()
.unwrap_or(&None)
.clone()
}
};
Expand Down

0 comments on commit 7e55990

Please sign in to comment.