Skip to content

Commit

Permalink
Fix time_03 extern crate warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Nov 25, 2021
1 parent cb742d6 commit d7aa838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ pub mod mssql;
use ahash::AHashMap as HashMap;
//type HashMap<K, V> = std::collections::HashMap<K, V, ahash::RandomState>;

#[cfg(feature = "time-03")]
#[cfg(all(feature = "time-03", any(feature = "postgres", feature = "mysql")))]
extern crate time_03 as time;

0 comments on commit d7aa838

Please sign in to comment.