Skip to content

Commit 745cfe6

Browse files
committed
pg: Remove pub from tests module declaration
This should hopefully fix the `missing_docs` warning on the most recent Rust 1.83 beta release.
1 parent 5b8262b commit 745cfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ impl crate::pooled_connection::PoolableConnection for AsyncPgConnection {
894894
}
895895

896896
#[cfg(test)]
897-
pub mod tests {
897+
mod tests {
898898
use super::*;
899899
use crate::run_query_dsl::RunQueryDsl;
900900
use diesel::sql_types::Integer;

0 commit comments

Comments
 (0)