mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-23 10:38:57 +00:00
Collapse a cfg attribute
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user