diff options
| author | KunoiSayami <[email protected]> | 2022-10-14 21:26:57 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-10-14 21:51:39 +0800 |
| commit | 4c58b52777aa8e1c9a8d8d20a4350be039bcdf90 (patch) | |
| tree | 5e7ba412dfa24809c32c84186e4f4bbf388c13b3 /src | |
| parent | 7a60d214978b7318c3e32af4793e613fd471183b (diff) | |
fix(ci): Fix deprecate command set-outputv4.0.0-rc
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 33fb0b3..e3a347a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,7 +33,6 @@ use sqlx::sqlite::SqliteConnectOptions; use sqlx::{ConnectOptions, Connection, SqliteConnection}; use std::env; use std::io::{BufRead, Write}; -use std::result::Result::Ok; use std::str::FromStr; use tempdir::TempDir; use tokio_stream::StreamExt as _; |
