Use pub(crate)

This commit is contained in:
gwenn
2018-07-31 22:17:17 +02:00
parent be6ea9b665
commit 7310cac6f5
4 changed files with 12 additions and 45 deletions

View File

@@ -5,7 +5,6 @@ use std::ops::{Deref, DerefMut};
use lru_cache::LruCache;
use {Result, Connection, Statement};
use raw_statement::RawStatement;
use statement::StatementCrateImpl;
impl Connection {
/// Prepare a SQL statement for execution, returning a previously prepared (but