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 359c96a commit f13b2ebCopy full SHA for f13b2eb
src/ast/ddl.rs
@@ -1941,7 +1941,7 @@ pub(crate) fn display_option<'a, T: fmt::Display>(
1941
/// * `Some(inner)` => create display struct for `" {inner}"`
1942
/// * `_` => do nothing
1943
#[must_use]
1944
-pub fn display_option_spaced<T: fmt::Display>(option: &Option<T>) -> impl fmt::Display + '_ {
+pub(crate) fn display_option_spaced<T: fmt::Display>(option: &Option<T>) -> impl fmt::Display + '_ {
1945
display_option(" ", "", option)
1946
}
1947
0 commit comments