mirror of https://github.com/zkat/cacache-rs.git
fix(index): remove unneeded integrity() method
This commit is contained in:
parent
33a5dbbd51
commit
b579be617f
|
|
@ -62,11 +62,6 @@ impl Inserter {
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn integrity(mut self, integrity: Option<Integrity>) -> Self {
|
|
||||||
self.sri = integrity;
|
|
||||||
self
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn chown(mut self, uid: Option<Uid>, gid: Option<Gid>) -> Self {
|
pub fn chown(mut self, uid: Option<Uid>, gid: Option<Gid>) -> Self {
|
||||||
self.uid = uid;
|
self.uid = uid;
|
||||||
self.gid = gid;
|
self.gid = gid;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue