Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #12373 - abhiramiyer:master, r=epage
Fix "cargo doc --open" crash on WSL2 "cargo doc --open" does not work on WSL2 due to a bug in the 'opener' crate. Updated 'opener' to v0.6.1 to fix this issue. ### What does this PR try to resolve? Fixes #12372 ### How should we test and review this PR? 1. In a WSL2 setup, download or create a cargo project and run 'cargo doc --open'. 2. The doc will open in the default browser.
- Loading branch information