diff --git a/src/lib.rs b/src/lib.rs index 65b610e..51904ea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -620,6 +620,7 @@ impl AtomicWriteFile { /// /// This method is automatically called when `AtomicWriteFile` is dropped, although in that /// case any error produced by `discard()` is ignored. + /// /// See also [`AtomicWriteFile::commit()`]. /// /// # Examples