rustfmt v0.7.1

This commit is contained in:
gwenn
2017-02-08 21:11:15 +01:00
parent 4a057480c1
commit 80f822db28
9 changed files with 50 additions and 51 deletions

View File

@@ -1,7 +1,8 @@
//! 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.
#[macro_use] extern crate lazy_static;
#[macro_use]
extern crate lazy_static;
extern crate libc;
extern crate rusqlite;