Collapse a cfg attribute

This commit is contained in:
Ryan Leckey
2019-11-27 22:35:34 -08:00
parent c4707bc53a
commit d307e3cccf

View File

@@ -1,9 +1,6 @@
#[cfg(feature = "macros")]
use proc_macro_hack::proc_macro_hack;
#[doc(inline)]
pub use sqlx_core::*;
#[cfg(feature = "macros")]
#[proc_macro_hack(fake_call_site)]
#[proc_macro_hack::proc_macro_hack(fake_call_site)]
pub use sqlx_macros::query;