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 widgets is not shown unless we call .set(_, _) for the widget. Therefore, it might be a good idea to set #[must_use] to Widget-related classes. (I'm new to conrod so I am not sure at all if I am saying right thing, please correct me if I am wrong.)
The text was updated successfully, but these errors were encountered:
The widgets is not shown unless we call
.set(_, _)
for the widget. Therefore, it might be a good idea to set#[must_use]
toWidget
-related classes. (I'm new toconrod
so I am not sure at all if I am saying right thing, please correct me if I am wrong.)The text was updated successfully, but these errors were encountered: