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.
1 parent 9352477 commit 4a73878Copy full SHA for 4a73878
src/ast/mod.rs
@@ -9804,7 +9804,7 @@ impl fmt::Display for ShowStatementIn {
9804
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
9805
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
9806
pub struct ShowCharset {
9807
- /// The statement can be written as SHOW CHARSET or SHOW CHARACTER SET
+ /// The statement can be written as `SHOW CHARSET` or `SHOW CHARACTER SET`
9808
/// true means CHARSET was used and false means CHARACTER SET was used
9809
pub is_shorthand: bool,
9810
pub filter: Option<ShowStatementFilter>,
0 commit comments