Bump MSRV to 1.64
This commit is contained in:
parent
fb9695d56d
commit
b18295a1ce
9 changed files with 21 additions and 18 deletions
|
|
@ -197,7 +197,7 @@ impl<'a> NormalHints<'a> {
|
|||
}
|
||||
|
||||
pub fn get_resize_increments(&self) -> Option<(u32, u32)> {
|
||||
has_flag(self.size_hints.flags, ffi::PResizeInc).then(|| {
|
||||
has_flag(self.size_hints.flags, ffi::PResizeInc).then_some({
|
||||
(
|
||||
self.size_hints.width_inc as u32,
|
||||
self.size_hints.height_inc as u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue