From 3eee294bd93bc103f869752ef849a162c9f2b925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 7 Nov 2021 00:01:30 +0300 Subject: [PATCH] docs(lib): update the function comment for store_remote_file --- src/paste.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/paste.rs b/src/paste.rs index f9f6507..c03c944 100644 --- a/src/paste.rs +++ b/src/paste.rs @@ -152,6 +152,8 @@ impl Paste { /// - Same content length configuration is applied for download limit. /// - Checks SHA256 digest of the downloaded file for preventing duplication. /// - Assumes `self.data` contains a valid URL, otherwise returns an error. + /// + /// [`store_file`]: Self::store_file pub async fn store_remote_file( &mut self, expiry_date: Option,