mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
workflow updates
This commit is contained in:
parent
a632bb28bb
commit
d9b711add6
4 changed files with 22 additions and 28 deletions
|
|
@ -89,7 +89,6 @@ impl<'a, A: MessageHandler> DemoParser<'a, A> {
|
|||
|
||||
pub fn parse(self) -> Result<(Header, A::Output)> {
|
||||
let (header, mut ticker) = self.ticker()?;
|
||||
dbg!(&header);
|
||||
while ticker.tick()? {
|
||||
// noop
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue