1pub(self) fn RIGHT<T>(x: &[T]) where T: Debug { 2 let _ = x; 3 // a comment 4 let a = ChangeMe; 5}
pub(self) fn RIGHT<T>(x: &[T]) where T: Debug {
let _ = x;
// a comment
let a = ChangeMe;
}