Skip to content

Commit

Permalink
fix postgres-util features
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed May 19, 2023
1 parent 2d43fe8 commit d199cff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/postgres-util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ macro_rules! bail_generic {
};
}

#[cfg(feature = "schemas")]
pub mod privileges;
#[cfg(feature = "schemas")]
pub use privileges::check_table_privileges;
#[cfg(feature = "schemas")]
pub mod desc;
Expand Down

0 comments on commit d199cff

Please sign in to comment.