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

@@ -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.