Remove deprecated stuff

This commit is contained in:
gwenn
2018-11-01 10:30:18 +01:00
parent ebc3609a09
commit 2357acd79e
4 changed files with 1 additions and 47 deletions

View File

@@ -6,10 +6,6 @@ use std::str;
use types::Type;
use {errmsg_to_string, ffi};
/// Old name for `Error`. `SqliteError` is deprecated.
#[deprecated(since = "0.6.0", note = "Use Error instead")]
pub type SqliteError = Error;
/// Enum listing possible errors from rusqlite.
#[derive(Debug)]
#[allow(enum_variant_names)]