remove useless use

This commit is contained in:
Kezi 2020-10-22 16:52:05 +02:00 committed by Ryan Leckey
parent 65a2bd3cba
commit d2271a5102

View File

@ -172,8 +172,6 @@ async-std = { version = "1.6", features = [ "attributes" ] }
```
```rust
use std::env;
use sqlx::postgres::PgPoolOptions;
// use sqlx::mysql::MySqlPoolOptions;
// etc.