Skip to content

Commit

Permalink
sdp-types: split huge parsing function into smaller ones
Browse files Browse the repository at this point in the history
  • Loading branch information
kbalt committed Jun 24, 2024
1 parent d51444f commit 7d67388
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 195 deletions.
1 change: 1 addition & 0 deletions crates/internal/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use std::fmt;

// TODO: remove me, output is really bad
#[derive(Debug)]
pub struct ParseError {
wrapping: anyhow::Error,
Expand Down
Loading

0 comments on commit 7d67388

Please sign in to comment.