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 514ae52 commit 7451cdcCopy full SHA for 7451cdc
crates/cairo-lang-parser/src/test_utils.rs
@@ -90,7 +90,7 @@ impl MockTokenStream {
90
impl Display for MockTokenStream {
91
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
92
for token in &self.tokens {
93
- write!(f, "{}", token.content.clone())?;
+ write!(f, "{}", token.content)?;
94
}
95
Ok(())
96
0 commit comments