Use tempfile for file_store tests
This commit is contained in:
committed by
Daniela Brozzoni
parent
c069b0fb41
commit
2e82cd8c04
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user