1 2 3 4 5 6 7 8
#![warn(clippy::needless_return)] fn main() { if (true) { // anything一些中文 //~^ needless_return } }