mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-31 19:12:58 +08:00
Merge pull request #1515 from dashangcun/master
chore: fix some comments
This commit is contained in:
commit
eebbbb0086
@ -15,7 +15,7 @@ pub type RawAutoExtension = unsafe extern "C" fn(
|
||||
_: *const ffi::sqlite3_api_routines,
|
||||
) -> c_int;
|
||||
|
||||
/// Bridge bewteen `RawAutoExtension` and `AutoExtension`
|
||||
/// Bridge between `RawAutoExtension` and `AutoExtension`
|
||||
///
|
||||
/// # Safety
|
||||
/// * Opening a database from an auto-extension handler will lead to
|
||||
|
@ -196,7 +196,7 @@ pub trait Params: Sealed {
|
||||
// forces people to use `params![...]` or `rusqlite::params_from_iter` for long
|
||||
// homogeneous lists of parameters. This is not that big of a deal, but is
|
||||
// unfortunate, especially because I mostly did it because I wanted a simple
|
||||
// syntax for no-params that didnt require importing -- the empty tuple fits
|
||||
// syntax for no-params that didn't require importing -- the empty tuple fits
|
||||
// that nicely, but I didn't think of it until much later.
|
||||
//
|
||||
// Admittedly, if we did have the generic impl, then we *wouldn't* support the
|
||||
|
Loading…
x
Reference in New Issue
Block a user