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