🐛 (bootsier): Corrige ambigüedad en doctests

This commit is contained in:
Manuel Cillero 2026-06-23 07:33:52 +02:00
parent 9435678e01
commit 64db114eb0
3 changed files with 5 additions and 3 deletions

View file

@ -11,7 +11,7 @@ pub use pagetop::base::component::form::input::{Field, Kind, Mode};
/// enfocado.
///
/// ```rust,no_run
/// use pagetop::prelude::*;
/// # use pagetop::locale::L10n;
/// use pagetop_bootsier::theme::*;
///
/// let nombre = form::input::Field::text()

View file

@ -11,7 +11,8 @@ pub use pagetop::base::component::form::select::{Entry, Field, Group, Item};
/// una selección activa.
///
/// ```rust,no_run
/// use pagetop::prelude::*;
/// # use pagetop::locale::L10n;
/// # use pagetop::core::component::Component;
/// use pagetop_bootsier::theme::*;
///
/// let language = form::select::Field::new()

View file

@ -11,7 +11,8 @@ pub use pagetop::base::component::form::Textarea;
/// una selección activa.
///
/// ```rust,no_run
/// use pagetop::prelude::*;
/// # use pagetop::locale::L10n;
/// # use pagetop::core::component::Component;
/// use pagetop_bootsier::theme::*;
///
/// let comentario = form::Textarea::new()