Remove Id for container, scrollable, and text_input

This commit is contained in:
Héctor Ramón Jiménez 2025-08-23 02:04:30 +02:00
parent 63142d34fc
commit fbe60feb7e
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
9 changed files with 68 additions and 179 deletions

View file

@ -78,7 +78,7 @@ impl Selector for Id {
}
fn description(&self) -> String {
format!("id == \"{:?}\"", self)
format!("id == {:?}", self)
}
}