From c98ea6b15614cc8efae48a392bc2b2d183ad4ab0 Mon Sep 17 00:00:00 2001 From: Suguivy Date: Thu, 9 Mar 2023 22:34:14 +0100 Subject: [PATCH] fixed stupid error --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 27fe623..e1d1c49 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,7 @@ use std::process::Command; use mastodon_async::helpers::toml; use mastodon_async::scopes; use mastodon_async::{prelude::*, UpdateCredsRequest}; use mastodon_async::{entities::visibility::Visibility}; -use mastodon_async::{helpers::cli}; +use mastodon_async::{helpers::cli, Result}; use reqwest; use std::io::Cursor; use std::io::Write;