Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Jul 31, 2023
1 parent ec8307f commit bbe7bcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/sort/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ impl MapSort {
impl MapSort {
pub fn presort_names() -> Vec<Symbol> {
vec![
"rebuild".into(),
"map-empty".into(),
"map-insert".into(),
"map-get".into(),
Expand Down
1 change: 0 additions & 1 deletion src/sort/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ impl VecSort {

pub fn presort_names() -> Vec<Symbol> {
vec![
"rebuild".into(),
"vec-of".into(),
"vec-append".into(),
"vec-empty".into(),
Expand Down

0 comments on commit bbe7bcc

Please sign in to comment.