imag/libimagref/src
Matthias Beyer 55c39ac94d Fix: We cannot offer a Ref::delete(self), but a Ref::delete_by_hash()
We cannot offer the former because deleting self would always fail as
the FileLockEntry is already borrowed from the store, so the store
declines this.

But deleting by hash works.
2016-07-05 12:42:52 +02:00
..
error.rs Impl Ref::fs_link_valid_hash() 2016-07-04 19:29:02 +02:00
flags.rs Impl Default for RefFlags 2016-07-04 19:29:02 +02:00
lib.rs Add error module 2016-07-04 19:29:02 +02:00
reference.rs Fix: We cannot offer a Ref::delete(self), but a Ref::delete_by_hash() 2016-07-05 12:42:52 +02:00
result.rs Add result type 2016-07-04 19:29:02 +02:00