mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29: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).
|
||||
//!
|
||||
//! ```rust
|
||||
//! #![allow(unstable)]
|
||||
//! extern crate rusqlite;
|
||||
//! extern crate time;
|
||||
//!
|
||||
|
@ -140,7 +140,6 @@ impl<T: ToSql> ToSql for Option<T> {
|
||||
/// ## Example
|
||||
///
|
||||
/// ```rust,no_run
|
||||
/// #![allow(unstable)]
|
||||
/// # extern crate libc;
|
||||
/// # extern crate rusqlite;
|
||||
/// # use rusqlite::{SqliteConnection, SqliteResult};
|
||||
|
Loading…
Reference in New Issue
Block a user