Manual fixes for rustfmt overly long lines.

This commit is contained in:
John Gallagher
2016-05-19 20:09:40 -05:00
parent 71aa41c27a
commit c4417bee0e
4 changed files with 25 additions and 12 deletions

View File

@@ -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);