You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs say that if the value is zero, you can choose any length for the axis you want. This seems like something Option::unwrap_or would be useful for instead of doing it manually.
The text was updated successfully, but these errors were encountered:
client-toolkit/src/shell/wlr_layer/mod.rs
Line 269 in da3e5c5
The docs say that if the value is zero, you can choose any length for the axis you want. This seems like something
Option::unwrap_or
would be useful for instead of doing it manually.The text was updated successfully, but these errors were encountered: