Use tempfile for file_store tests

This commit is contained in:
LLFourn
2023-03-02 16:44:18 +11:00
committed by Daniela Brozzoni
parent c069b0fb41
commit 2e82cd8c04
2 changed files with 12 additions and 55 deletions

View File

@@ -81,7 +81,7 @@ where
///
/// **WARNING**: This method changes the write position in the underlying file. You should
/// always iterate over all entries until `None` is returned if you want your next write to go
/// at the end, otherwise you writing over existing enties.
/// at the end, otherwise you will write over existing enties.
pub fn iter_changesets(
&mut self,
) -> Result<EntryIter<'_, KeychainChangeSet<K, P, T>>, io::Error> {