mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-18 17:32:25 +08:00
Manual fixes for rustfmt overly long lines.
This commit is contained in:
@@ -235,7 +235,10 @@ impl<'conn> Drop for Blob<'conn> {
|
||||
}
|
||||
|
||||
/// BLOB of length N that is filled with zeroes.
|
||||
/// Zeroblobs are intended to serve as placeholders for BLOBs whose content is later written using incremental BLOB I/O routines.
|
||||
///
|
||||
/// Zeroblobs are intended to serve as placeholders for BLOBs whose content is later written using
|
||||
/// incremental BLOB I/O routines.
|
||||
///
|
||||
/// A negative value for the zeroblob results in a zero-length BLOB.
|
||||
#[derive(Copy,Clone)]
|
||||
pub struct ZeroBlob(pub i32);
|
||||
|
||||
Reference in New Issue
Block a user