mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix cargo doc warning
This commit is contained in:
@@ -178,7 +178,7 @@ impl WebClient {
|
||||
///
|
||||
/// returns true if readed successfully.
|
||||
/// # Note
|
||||
/// If read failed, will clean all entries in the current [CookieJar]
|
||||
/// If read failed, will clean all entries in the current [ManagedCookieJar]
|
||||
pub fn read_cookies(&self, file_name: &str) -> bool {
|
||||
let mut c = self.get_cookies_as_mut();
|
||||
let r = c.read(file_name);
|
||||
|
||||
Reference in New Issue
Block a user