Merge branch 'develop' into iceshrimp_mastodon

This commit is contained in:
naskya 2024-06-06 17:18:01 +09:00
commit b79e15add5
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -22,7 +22,7 @@ static CLIENT: OnceCell<HttpClient> = OnceCell::new();
/// # use backend_rs::util::http_client::client;
/// use isahc::AsyncReadResponseExt;
///
/// # fn f() -> Result<(), Box<dyn std::error::Error>> {
/// # async fn f() -> Result<(), Box<dyn std::error::Error>> {
/// let mut response = client()?.get_async("https://example.com/").await?;
///
/// if response.status().is_success() {