mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
remove to_string()
This commit is contained in:
@@ -226,7 +226,7 @@ mod decl {
|
||||
if step.is_one() {
|
||||
return Ok(format!("count({})", cur));
|
||||
}
|
||||
Ok(format!("count({}, {})", cur, step.to_string()))
|
||||
Ok(format!("count({}, {})", cur, step))
|
||||
}
|
||||
}
|
||||
impl IterNextIterable for PyItertoolsCount {}
|
||||
|
||||
Reference in New Issue
Block a user