Minimize warnin's

This commit is contained in:
2024-03-22 16:30:49 +05:00
parent 6a64f87bc5
commit aeceb98ad5
4 changed files with 5 additions and 8 deletions

View File

@ -18,8 +18,6 @@ use {
std::sync::Arc,
};
type Res<T, E> = std::result::Result<T, E>;
type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
type DBPool = Arc<Pool<ConnectionMgrTcp>>;