]> git.lizzy.rs Git - rust.git/commitdiff
Merge #10795
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 18 Nov 2021 09:40:59 +0000 (09:40 +0000)
committerGitHub <noreply@github.com>
Thu, 18 Nov 2021 09:40:59 +0000 (09:40 +0000)
10795: Remove unwrap in doc path resolution r=Veykril a=udoprog

I keep hitting this constantly in my project, and I haven't dug very deep into the root cause. But seeing as the project otherwise compiles it appears to be something unsupported is being incorrectly parsed in rust-analyzer which for other cases is handled by returning `None`.

Co-authored-by: John-John Tedro <udoprog@tedro.se>

Trivial merge