mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-03 23:48:56 +08:00
Fix clippy warnings
This commit is contained in:
@@ -12,6 +12,9 @@ use crate::error::error_from_sqlite_code;
|
||||
use crate::{Connection, Result};
|
||||
|
||||
/// Set up the process-wide SQLite error logging callback.
|
||||
///
|
||||
/// # Safety
|
||||
///
|
||||
/// This function is marked unsafe for two reasons:
|
||||
///
|
||||
/// * The function is not threadsafe. No other SQLite calls may be made while
|
||||
|
||||
Reference in New Issue
Block a user