We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304397f commit 800a4f3Copy full SHA for 800a4f3
1 file changed
src/ast/mod.rs
@@ -11701,7 +11701,7 @@ pub enum OptimizerHintStyle {
11701
}
11702
11703
impl fmt::Display for OptimizerHint {
11704
- fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
+ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
11705
match &self.style {
11706
OptimizerHintStyle::SingleLine { prefix } => {
11707
f.write_str(prefix)?;
0 commit comments