Commit bf0e22b
committed
Auto merge of rust-lang#108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator, r=notriddle
rustdoc: Allow whitespace as path separator like double colon
Fixes rust-lang#108447.
I think it makes sense since it allows more common cases, however it also makes the syntax heavier. Not sure what the rest of the team thinks about it. In any case we'll need to go through FCP.
Full explanation for the changes is available [here](rust-lang#108537 (comment)).
r? `@notriddle`File tree
11 files changed
+431
-188
lines changed- src
- doc/rustdoc/src
- librustdoc/html/static/js
- tests
- rustdoc-gui
- rustdoc-js-std
11 files changed
+431
-188
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| |||
0 commit comments