diff --git a/src/builder.rs b/src/builder.rs index a26eb31d..3271eaf3 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -362,6 +362,11 @@ impl Builder { /// Also note that after all files have been written to an archive the /// `finish` function needs to be called to finish writing the archive. /// + /// # Hardlinks + /// + /// This function will never create hardlinks; to do that, you will + /// need to implement a custom recursive walk. + /// /// # Examples /// /// ```