Fix warning: the item X is imported redundantly

This commit is contained in:
gwenn
2019-06-02 08:36:16 +02:00
parent c87c49cd35
commit 93b5c10816
2 changed files with 0 additions and 5 deletions

View File

@@ -645,7 +645,6 @@ where
{
use std::error::Error as StdError;
use std::ffi::CStr;
use std::slice;
let mut conn = VTabConnection(db);
let aux = aux as *mut T::Aux;
@@ -699,7 +698,6 @@ where
{
use std::error::Error as StdError;
use std::ffi::CStr;
use std::slice;
let mut conn = VTabConnection(db);
let aux = aux as *mut T::Aux;
@@ -852,7 +850,6 @@ where
C: VTabCursor,
{
use std::ffi::CStr;
use std::slice;
use std::str;
let idx_name = if idx_str.is_null() {
None