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