Commit 37f2263
authored
Merge pull request rust-lang#20126 from Wilfred/no_unwrap_in_discover_projects
fix: Avoid .unwrap() when running the discover commandFile tree
1 file changed
+8
-3
lines changed- src/tools/rust-analyzer/crates/rust-analyzer/src
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
786 | | - | |
787 | | - | |
788 | | - | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
789 | 794 | | |
790 | 795 | | |
791 | 796 | | |
| |||
0 commit comments