We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently, the doc for non_ascii_literal isn't showing what to do better.
I think including a "Could be written:" example would be helpful. Just like clippy does in the console.
Instead of just let x = "Hä?". Something like this would be better.
let x = "Hä?"
String::from("€"); | ^^^ | = help: Consider replacing the string with: ""\u{20ac}""
I can make a PR, if someone tells me where I can find this lint :)