Skip to content

Commit 078f0f1

Browse files
tclemCopilot
andcommitted
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

File tree

rust/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2183,7 +2183,7 @@ pub struct UiCapabilities {
21832183
pub elicitation: Option<bool>,
21842184
}
21852185

2186-
/// Options for the [`Session::input`](crate::session::Session::input) convenience method.
2186+
/// Options for the [`SessionUi::input`](crate::session::SessionUi::input) convenience method.
21872187
#[derive(Debug, Clone, Default)]
21882188
pub struct InputOptions<'a> {
21892189
/// Title label for the input field.

0 commit comments

Comments
 (0)