chore: No need to be exported from current module

pull/24376/head
Stuart Carnie 2023-05-25 13:05:44 +10:00
parent 928731767e
commit 377e108152
No known key found for this signature in database
GPG Key ID: 848D9C9718D78B4F
1 changed files with 1 additions and 1 deletions

View File

@ -1450,7 +1450,7 @@ pub(crate) enum ProjectionType {
/// Holds high-level information as the result of analysing
/// a `SELECT` query.
#[derive(Default, Debug, Copy, Clone)]
pub(crate) struct SelectStatementInfo {
struct SelectStatementInfo {
/// Identifies the projection type for the `SELECT` query.
pub projection_type: ProjectionType,
}