Rename test module to avoid rustpkg name conflict
This commit is contained in:
parent
d827fd0247
commit
387b8dddc9
2
lib.rs
2
lib.rs
@ -128,7 +128,7 @@ mod message;
|
||||
pub mod types;
|
||||
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
mod tests;
|
||||
|
||||
/// Trait for types that can handle Postgres notice messages
|
||||
pub trait PostgresNoticeHandler {
|
||||
|
Loading…
Reference in New Issue
Block a user