Skip to content

Commit dd2054d

Browse files
Update src/ast/ddl.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 9d33097 commit dd2054d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/ddl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ pub fn display_constraint_name(name: &'_ Option<Ident>) -> impl fmt::Display + '
19191919
/// * `Some(inner)` => create display struct for `"{prefix}{inner}{postfix}"`
19201920
/// * `_` => do nothing
19211921
#[must_use]
1922-
pub fn display_option<'a, T: fmt::Display>(
1922+
pub(crate) fn display_option<'a, T: fmt::Display>(
19231923
prefix: &'a str,
19241924
postfix: &'a str,
19251925
option: &'a Option<T>,

0 commit comments

Comments
 (0)