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 6f6994b commit 792e127Copy full SHA for 792e127
1 file changed
src/app/deduplicate_arguments.rs
@@ -93,6 +93,7 @@ pub fn remove_items_from_vec_by_indices<Item>(vec: &mut Vec<Item>, indices: &Has
93
.collect();
94
}
95
96
+#[cfg(unix)]
97
#[cfg(test)]
98
mod tests {
99
use super::remove_items_from_vec_by_indices;
0 commit comments