mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-03 23:48:56 +08:00
Manual fixes for rustfmt overly long lines.
This commit is contained in:
@@ -59,7 +59,8 @@ pub fn log(err_code: c_int, msg: &str) {
|
||||
}
|
||||
|
||||
impl Connection {
|
||||
/// Register or clear a callback function that can be used for tracing the execution of SQL statements.
|
||||
/// Register or clear a callback function that can be used for tracing the execution of SQL
|
||||
/// statements.
|
||||
///
|
||||
/// Prepared statement placeholders are replaced/logged with their assigned values.
|
||||
/// There can only be a single tracer defined for each database connection.
|
||||
@@ -83,7 +84,8 @@ impl Connection {
|
||||
}
|
||||
}
|
||||
|
||||
/// Register or clear a callback function that can be used for profiling the execution of SQL statements.
|
||||
/// Register or clear a callback function that can be used for profiling the execution of SQL
|
||||
/// statements.
|
||||
///
|
||||
/// There can only be a single profiler defined for each database connection.
|
||||
/// Setting a new profiler clears the old one.
|
||||
|
||||
Reference in New Issue
Block a user