Commit 078f0f1
Fix InputOptions doc-link to SessionUi::input
The UI-grouping commit f4aa8d9 moved input/select/confirm/elicitation off
Session into SessionUi, but the rustdoc on InputOptions still referenced
the old crate::session::Session::input path. Cargo doc with
-D rustdoc::broken_intra_doc_links rejected the link.
Repoints the link to crate::session::SessionUi::input.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent cd3436f commit 078f0f1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2183 | 2183 | | |
2184 | 2184 | | |
2185 | 2185 | | |
2186 | | - | |
| 2186 | + | |
2187 | 2187 | | |
2188 | 2188 | | |
2189 | 2189 | | |
| |||
0 commit comments