mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-07 01:34:35 +00:00
6 lines
128 B
Rust
6 lines
128 B
Rust
#![feature(non_exhaustive, async_await)]
|
|
#![allow(clippy::needless_lifetimes)]
|
|
|
|
mod connection;
|
|
pub use connection::Connection;
|