mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Remove stable #![allow(unstable)]
tags from docs
This commit is contained in:
parent
91987c9101
commit
b393348ab0
@ -2,7 +2,6 @@
|
|||||||
//! an interface similar to [rust-postgres](https://github.com/sfackler/rust-postgres).
|
//! an interface similar to [rust-postgres](https://github.com/sfackler/rust-postgres).
|
||||||
//!
|
//!
|
||||||
//! ```rust
|
//! ```rust
|
||||||
//! #![allow(unstable)]
|
|
||||||
//! extern crate rusqlite;
|
//! extern crate rusqlite;
|
||||||
//! extern crate time;
|
//! extern crate time;
|
||||||
//!
|
//!
|
||||||
|
@ -140,7 +140,6 @@ impl<T: ToSql> ToSql for Option<T> {
|
|||||||
/// ## Example
|
/// ## Example
|
||||||
///
|
///
|
||||||
/// ```rust,no_run
|
/// ```rust,no_run
|
||||||
/// #![allow(unstable)]
|
|
||||||
/// # extern crate libc;
|
/// # extern crate libc;
|
||||||
/// # extern crate rusqlite;
|
/// # extern crate rusqlite;
|
||||||
/// # use rusqlite::{SqliteConnection, SqliteResult};
|
/// # use rusqlite::{SqliteConnection, SqliteResult};
|
||||||
|
Loading…
Reference in New Issue
Block a user