mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-16 04:32:19 +08:00
Remove unneeded #[feature]s
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
//! }
|
||||
//! }
|
||||
//! ```
|
||||
#![feature(unsafe_destructor, core, path, libc, rustc_private, collections)]
|
||||
#![feature(unsafe_destructor, core, libc, rustc_private)]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
|
||||
extern crate libc;
|
||||
|
Reference in New Issue
Block a user