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,