Skip to content

Commit

Permalink
doc: Remove pointless docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dandxy89 committed Jan 1, 2025
1 parent ed6d2c2 commit a212398
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/problem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ impl<'a> LpProblem<'a> {
/// Parse a `Self` from a string slice
pub fn parse(input: &'a str) -> Result<Self, nom::Err<nom::error::Error<&'a str>>> {
log::debug!("Starting to parse LP problem");
// Ideally, we'd have like to have utilised `FromStr` but the trait does not allow the
// specification of lifetimes.
TryFrom::try_from(input)
}

Expand Down

0 comments on commit a212398

Please sign in to comment.