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
let right_size = context.wires[self.right].typ.try_fully_substitute(&context.type_substitutor).unwrap().unwrap_named().template_args[UUID::from_hidden_value(0)].unwrap_value().unwrap_integer().clone();
This arguably looks odd and should probably be formatted as
let right_size = context.wires[self.right].typ.try_fully_substitute(&context.type_substitutor).unwrap().unwrap_named().template_args[UUID::from_hidden_value(0)].unwrap_value().unwrap_integer().clone();
This arguably looks odd and should probably be formatted as
The text was updated successfully, but these errors were encountered: