mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-30 05:18:56 +08:00
Remove stable #![allow(unstable)] tags from docs
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user