mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
more par
This commit is contained in:
parent
e9b5807127
commit
6d4ec29d43
5 changed files with 40 additions and 23 deletions
|
|
@ -15,7 +15,7 @@ impl StatementList {
|
|||
StatementList { statements }
|
||||
}
|
||||
|
||||
pub fn iter(&self) -> impl Iterator<Item = &'static LoggingStatement> + '_ {
|
||||
pub fn iter(&self) -> impl Iterator<Item = &'static LoggingStatement> + Send + '_ {
|
||||
self.statements
|
||||
.iter()
|
||||
.copied()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue