aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/http
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util/http')
-rw-r--r--crates/shirabe/src/util/http/curl_downloader.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe/src/util/http/curl_downloader.rs b/crates/shirabe/src/util/http/curl_downloader.rs
index 4b8348f..1a5c7b3 100644
--- a/crates/shirabe/src/util/http/curl_downloader.rs
+++ b/crates/shirabe/src/util/http/curl_downloader.rs
@@ -19,9 +19,9 @@ use shirabe_php_shim::{
curl_init, curl_multi_add_handle, curl_multi_exec, curl_multi_info_read, curl_multi_init,
curl_multi_select, curl_multi_setopt, curl_setopt, curl_setopt_array, curl_share_init,
curl_share_setopt, curl_strerror, curl_version, defined, explode, fclose, fopen,
- function_exists, implode, in_array, ini_get, is_resource, json_decode, parse_url, preg_quote,
- rename, rewind, rtrim, sprintf, str_contains, stream_get_contents,
- stream_get_contents_with_max, stripos, strpos, substr, unlink_silent, usleep, var_export,
+ function_exists, implode, in_array, ini_get, json_decode, parse_url, preg_quote, rename,
+ rewind, rtrim, sprintf, str_contains, stream_get_contents, stream_get_contents_with_max,
+ stripos, strpos, substr, unlink_silent, usleep, var_export,
};
use crate::config::Config;