fixed stupid error
This commit is contained in:
parent
43c11d1957
commit
c98ea6b156
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue