@@ -68,9 +68,8 @@ pub use self::ddl::{
6868 DropBehavior , DropTrigger , GeneratedAs , GeneratedExpressionMode , IdentityParameters ,
6969 IdentityProperty , IdentityPropertyFormatKind , IdentityPropertyKind , IdentityPropertyOrder ,
7070 IndexColumn , IndexOption , IndexType , KeyOrIndexDisplay , NullsDistinctOption , Owner , Partition ,
71- ProcedureParam , ReferentialAction , RenameTableNameKind , ReplicaIdentity ,
72- TagsColumnOption , UserDefinedTypeCompositeAttributeDef , UserDefinedTypeRepresentation ,
73- ViewColumnDef ,
71+ ProcedureParam , ReferentialAction , RenameTableNameKind , ReplicaIdentity , TagsColumnOption ,
72+ UserDefinedTypeCompositeAttributeDef , UserDefinedTypeRepresentation , ViewColumnDef ,
7473} ;
7574pub use self :: dml:: { Delete , Insert } ;
7675pub use self :: operator:: { BinaryOperator , UnaryOperator } ;
@@ -157,14 +156,14 @@ where
157156 }
158157}
159158
160- pub fn display_separated < ' a , T > ( slice : & ' a [ T ] , sep : & ' static str ) -> DisplaySeparated < ' a , T >
159+ pub ( crate ) fn display_separated < ' a , T > ( slice : & ' a [ T ] , sep : & ' static str ) -> DisplaySeparated < ' a , T >
161160where
162161 T : fmt:: Display ,
163162{
164163 DisplaySeparated { slice, sep }
165164}
166165
167- pub fn display_comma_separated < T > ( slice : & [ T ] ) -> DisplaySeparated < ' _ , T >
166+ pub ( crate ) fn display_comma_separated < T > ( slice : & [ T ] ) -> DisplaySeparated < ' _ , T >
168167where
169168 T : fmt:: Display ,
170169{
0 commit comments