mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-30 15:15:01 +00:00
sqlx-macros: fix handling of invalid idents
add regression test with Trybuild fix lint warnings as otherwise Trybuild wanted to include them
This commit is contained in:
committed by
Austin Bonander
parent
d26040f675
commit
efed9b3d6d
@@ -31,7 +31,6 @@ pub use sqlx_core::postgres::{self, PgConnection, PgPool, Postgres};
|
||||
pub extern crate sqlx_macros;
|
||||
|
||||
#[cfg(feature = "macros")]
|
||||
#[macro_export]
|
||||
mod macros;
|
||||
|
||||
// macro support
|
||||
|
||||
Reference in New Issue
Block a user