Impl RefFlags::get_content_hashing()

This commit is contained in:
Matthias Beyer 2016-06-09 19:43:24 +02:00
parent d00af36700
commit 8989791c7a

View file

@ -49,7 +49,7 @@ impl RefFlags {
pub fn get_content_hashing(&self) -> bool {
unimplemented!()
self.content_hashing
}
pub fn get_permission_tracking(&self) -> bool {