From 39a561f2bbb0b37eb5ce67e9735b01d0b75477cf Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 26 Jul 2021 00:29:41 +0200 Subject: Slightly more expressive method name --- src/layout/incremental.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout/incremental.rs') diff --git a/src/layout/incremental.rs b/src/layout/incremental.rs index 60486d2f..cbd55330 100644 --- a/src/layout/incremental.rs +++ b/src/layout/incremental.rs @@ -251,7 +251,7 @@ impl Constraints { } /// Changes all constraints by adding the `size` to them if they are `Some`. - pub fn mutate(&mut self, size: Size, regions: &Regions) { + pub fn inflate(&mut self, size: Size, regions: &Regions) { for spec in [ &mut self.min, &mut self.max, -- cgit v1.2.3