mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-18 22:09:05 +08:00
fix several typos
This commit is contained in:
committed by
Thom Chiovoloni
parent
b8b1138fcf
commit
c33d6bfad3
@@ -974,7 +974,7 @@ impl Default for OpenFlags {
|
||||
///
|
||||
/// This function is unsafe because if you call it and SQLite has actually been
|
||||
/// configured to run in single-thread mode,
|
||||
/// you may enounter memory errors or data corruption or any number of terrible
|
||||
/// you may encounter memory errors or data corruption or any number of terrible
|
||||
/// things that should not be possible when you're using Rust.
|
||||
pub unsafe fn bypass_sqlite_initialization() {
|
||||
BYPASS_SQLITE_INIT.store(true, Ordering::Relaxed);
|
||||
|
Reference in New Issue
Block a user