We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b632d commit 14ba11cCopy full SHA for 14ba11c
src/lib.rs
@@ -22,7 +22,7 @@ pub const EMPTY: u8 = 0xff;
22
pub trait Removables {
23
/// Get removable ranges relative to the start of a section or directory.
24
/// The respective section/directory needs to know its own offset.
25
- fn removables(self: &Self, retention_list: &Vec<String>) -> Vec<core::ops::Range<usize>>;
+ fn removables(&self, retention_list: &Vec<String>) -> Vec<core::ops::Range<usize>>;
26
}
27
28
#[derive(Serialize, Deserialize, Clone, Debug)]
0 commit comments