mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
rustup - remove now-unused feature
This commit is contained in:
parent
9db251e25b
commit
d7909c086b
@ -48,7 +48,7 @@
|
|||||||
//! }
|
//! }
|
||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
#![feature(unsafe_destructor, core, std_misc, path, libc, rustc_private, collections)]
|
#![feature(unsafe_destructor, core, path, libc, rustc_private, collections)]
|
||||||
#![cfg_attr(test, feature(test))]
|
#![cfg_attr(test, feature(test))]
|
||||||
|
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
|
Loading…
Reference in New Issue
Block a user