Skip to content

Commit f13b2eb

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

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
@@ -1941,7 +1941,7 @@ pub(crate) fn display_option<'a, T: fmt::Display>(
19411941
/// * `Some(inner)` => create display struct for `" {inner}"`
19421942
/// * `_` => do nothing
19431943
#[must_use]
1944-
pub fn display_option_spaced<T: fmt::Display>(option: &Option<T>) -> impl fmt::Display + '_ {
1944+
pub(crate) fn display_option_spaced<T: fmt::Display>(option: &Option<T>) -> impl fmt::Display + '_ {
19451945
display_option(" ", "", option)
19461946
}
19471947

0 commit comments

Comments
 (0)