📝 Evita en los ejemplos use pagetop::prelude::*;

This commit is contained in:
Manuel Cillero 2025-10-12 06:57:04 +02:00
parent d5b31177ab
commit 6c9b9d771f
21 changed files with 44 additions and 88 deletions

View file

@ -10,8 +10,7 @@ use crate::{builder_fn, AutoDefault};
/// # Ejemplo
///
/// ```rust
/// use pagetop::prelude::*;
///
/// # use pagetop::prelude::*;
/// let s = AttrValue::new(" a new string ");
/// assert_eq!(s.as_str(), Some("a new string"));
///