Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
hallettj committed Sep 27, 2024
1 parent b3f5b96 commit 71cd751
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/mongodb-agent-common/src/mongodb/selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,6 @@ fn nested_column_reference<'a>(
}
}

// fn append_to_path<'a, 'b, 'c, T>(parent_columns: &'a [&'b T], column: &'c T) -> Vec<&'c T>
// where
// 'b: 'c,
// {
// parent_columns.iter().copied().chain(Some(column)).collect()
// }

/// The extend implementation provides a shallow merge.
impl Extend<(String, Bson)> for Selection {
fn extend<T: IntoIterator<Item = (String, Bson)>>(&mut self, iter: T) {
Expand Down

0 comments on commit 71cd751

Please sign in to comment.