Doc for Store::save_to()

This commit is contained in:
Matthias Beyer 2017-02-20 16:04:49 +01:00
parent f129358999
commit 671f19043d

View file

@ -760,6 +760,8 @@ impl Store {
/// Save a copy of the Entry in another place
/// Executes the post_move_aspects for the new id
///
/// TODO: Introduce new aspect for `save_to()`.
pub fn save_to(&self, entry: &FileLockEntry, new_id: StoreId) -> Result<()> {
self.save_to_other_location(entry, new_id, false)
}