Fix rebase

This commit is contained in:
Esteban Küber 2023-12-04 22:00:34 +00:00
parent cc80106cb5
commit a8faa8288c
3 changed files with 3 additions and 3 deletions

View File

@ -20,6 +20,6 @@ LL + #[derive(Clone)]
LL | enum Day { LL | enum Day {
| |
error: aborting due to previous error error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`. For more information about this error, try `rustc --explain E0308`.

View File

@ -13,6 +13,6 @@ help: you can `clone` the value and consume it, but this might not be your desir
LL | for _ in <Vec<usize> as Clone>::clone(&self.clone()).into_iter() {} LL | for _ in <Vec<usize> as Clone>::clone(&self.clone()).into_iter() {}
| ++++++++++++++++++++++++++++++ + | ++++++++++++++++++++++++++++++ +
error: aborting due to previous error error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0507`. For more information about this error, try `rustc --explain E0507`.

View File

@ -18,6 +18,6 @@ LL + #[derive(Clone)]
LL | pub struct Hash128_1; LL | pub struct Hash128_1;
| |
error: aborting due to previous error error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0507`. For more information about this error, try `rustc --explain E0507`.