Remove an obsolete crate attribute

This commit is contained in:
Ivan Ukhov 2015-06-19 20:18:07 -04:00
parent 0d079a05c6
commit 827386c588

View File

@ -20,8 +20,6 @@
//!
//! [1]: https://www.sqlite.org
#![allow(unused_unsafe)]
extern crate libc;
extern crate sqlite3_sys as ffi;