Merge pull request #3116 from mfreeborn/improve-limits--loose-docs

Improve `Limits::loose` docs
This commit is contained in:
Héctor 2025-11-29 20:24:45 +01:00 committed by GitHub
commit ba3877778c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,7 +139,7 @@ impl Limits {
}
}
/// Removes the minimum width constraint for the current [`Limits`].
/// Removes the minimum [`Size`] constraint for the current [`Limits`].
pub fn loose(&self) -> Limits {
Limits {
min: Size::ZERO,