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 0a6925f commit 01b632dCopy full SHA for 01b632d
src/dir/gen3.rs
@@ -212,7 +212,7 @@ impl CodePartitionDirectory {
212
213
impl Removables for CodePartitionDirectory {
214
/// Removable ranges relative to the start of the directory
215
- fn removables(self: &Self, retention_list: &Vec<String>) -> Vec<Range<usize>> {
+ fn removables(&self, retention_list: &Vec<String>) -> Vec<Range<usize>> {
216
use log::info;
217
let mut removables = vec![];
218
0 commit comments