From 00242a40c61bc6854c9501188dc06f4e96f0e429 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Thu, 9 Jun 2022 22:22:39 +1000 Subject: [PATCH] Update doc for `AsyncExtracter::new` Signed-off-by: Jiahao XU --- src/helpers/async_extracter.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers/async_extracter.rs b/src/helpers/async_extracter.rs index 066304c8..49594c3d 100644 --- a/src/helpers/async_extracter.rs +++ b/src/helpers/async_extracter.rs @@ -182,8 +182,8 @@ impl AsyncExtracter { /// * `fmt` - The format of the archive to feed in. /// * `desired_outputs - If Some(_), then it will filter the tar and /// only extract files specified in it. - /// Note that it only works when `fmt` is not `PkgFmt::Bin` or - /// `PkgFmt::Zip`. + /// Note that this is a best-effort and it only works when `fmt` + /// is not `PkgFmt::Bin` or `PkgFmt::Zip`. pub fn new( path: &Path, fmt: PkgFmt,