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
doubleunder.rs:4:9: 4:13 warning: variable `x__y` should have a snake case name such as `x_y`, #[warn(non_snake_case)] on by default
doubleunder.rs:4 let x__y = 0u;
^~~~