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
Inside pick we use Some(Device) if a value was chosen and None for "None of the above". Instead, Device should be used with an index check to make the code more readable.
The text was updated successfully, but these errors were encountered:
Inside
pick
we useSome(Device)
if a value was chosen andNone
for "None of the above". Instead,Device
should be used with an index check to make the code more readable.The text was updated successfully, but these errors were encountered: