From d2271a51022e8b459b5bb66dcb639b7608a3476f Mon Sep 17 00:00:00 2001 From: Kezi Date: Thu, 22 Oct 2020 16:52:05 +0200 Subject: [PATCH] remove useless use --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 637a10ba..73f5fbdc 100644 --- a/README.md +++ b/README.md @@ -172,8 +172,6 @@ async-std = { version = "1.6", features = [ "attributes" ] } ``` ```rust -use std::env; - use sqlx::postgres::PgPoolOptions; // use sqlx::mysql::MySqlPoolOptions; // etc.