Add since and note for all deprecation tags.

This commit is contained in:
John Gallagher
2016-05-29 20:36:20 -04:00
parent f817ec86bc
commit 7c0eba0475
4 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ use libc::c_int;
use {ffi, errmsg_to_string};
/// Old name for `Error`. `SqliteError` is deprecated.
#[deprecated]
#[deprecated(since = "0.6.0", note = "Use Error instead")]
pub type SqliteError = Error;
/// Enum listing possible errors from rusqlite.