We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c15d27 commit f72cc93Copy full SHA for f72cc93
1 file changed
src/ast/mod.rs
@@ -11723,7 +11723,7 @@ pub enum OptimizerHintStyle {
11723
}
11724
11725
impl fmt::Display for OptimizerHint {
11726
- fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
+ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
11727
match &self.style {
11728
OptimizerHintStyle::SingleLine { prefix } => {
11729
f.write_str(prefix)?;
0 commit comments