Skip to content

Commit 015aee8

Browse files
Adjusted documentation
Documented the C-style comments with an example.
1 parent e5de267 commit 015aee8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dialect/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ pub trait Dialect: Debug + Any {
899899
}
900900

901901
/// Returns true if the dialect supports hint and C-style comments
902+
/// e.g. `/*! hint */`
902903
fn supports_c_style_comments(&self) -> bool {
903904
false
904905
}

0 commit comments

Comments
 (0)