Fix more clippy warnings

This commit is contained in:
gwenn
2017-08-18 21:26:44 +02:00
parent f7c1a8e7b8
commit 148dc0baf0
3 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
//! This file contains unit tests for rusqlite::trace::config_log. This function affects
//! This file contains unit tests for `rusqlite::trace::config_log`. This function affects
//! SQLite process-wide and so is not safe to run as a normal #[test] in the library.
#[cfg(feature = "trace")]