Rename test module to avoid rustpkg name conflict

This commit is contained in:
Steven Fackler 2013-10-15 16:25:01 -07:00
parent d827fd0247
commit 387b8dddc9
2 changed files with 1 additions and 1 deletions

2
lib.rs
View File

@ -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 {

View File