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 dd2054d commit 359c96aCopy full SHA for 359c96a
src/ast/ddl.rs
@@ -1902,7 +1902,7 @@ pub enum GeneratedExpressionMode {
1902
}
1903
1904
#[must_use]
1905
-pub fn display_constraint_name(name: &'_ Option<Ident>) -> impl fmt::Display + '_ {
+pub(crate) fn display_constraint_name(name: &'_ Option<Ident>) -> impl fmt::Display + '_ {
1906
struct ConstraintName<'a>(&'a Option<Ident>);
1907
impl fmt::Display for ConstraintName<'_> {
1908
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
0 commit comments