diff --git a/tests.rs b/tests.rs index 212c6147..c6c37a53 100644 --- a/tests.rs +++ b/tests.rs @@ -26,7 +26,6 @@ use super::error::hack::{SyntaxError, QueryCanceled, InvalidCatalogName}; use super::types::{ToSql, FromSql, PgInt4, PgVarchar}; -#[cfg(not(travis))] use super::types::range::{Range, Inclusive, Exclusive, RangeBound}; use super::pool::PostgresConnectionPool;