fix(index): remove unneeded integrity() method

This commit is contained in:
Kat Marchán 2019-06-03 10:53:43 +02:00
parent 33a5dbbd51
commit b579be617f
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 0 additions and 5 deletions

View File

@ -62,11 +62,6 @@ impl Inserter {
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 {
self.uid = uid;
self.gid = gid;