chore: Bump Rust edition to 2024 (#27800)
Follow-up to https://github.com/zed-industries/zed/pull/27791 Release Notes: - N/A
This commit is contained in:
parent
d50905e000
commit
dc64ec9cc8
802 changed files with 3775 additions and 3662 deletions
|
@ -17,9 +17,9 @@ use sqlez::thread_safe_connection::ThreadSafeConnection;
|
|||
use sqlez_macros::sql;
|
||||
use std::future::Future;
|
||||
use std::path::Path;
|
||||
use std::sync::{atomic::Ordering, LazyLock};
|
||||
use std::sync::{LazyLock, atomic::Ordering};
|
||||
use std::{env, sync::atomic::AtomicBool};
|
||||
use util::{maybe, ResultExt};
|
||||
use util::{ResultExt, maybe};
|
||||
|
||||
const CONNECTION_INITIALIZE_QUERY: &str = sql!(
|
||||
PRAGMA foreign_keys=TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue