Skip to content

Commit

Permalink
chore: remove empty doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cijiugechu committed May 17, 2024
1 parent 02a866b commit 4844724
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ pub enum SemverErrorKind {
#[diagnostic(code(nodejs_semver::parse_component_error), url(docsrs))]
Context(&'static str),

/**
*/
#[error("No valid ranges could be parsed")]
#[diagnostic(code(nodejs_semver::no_valid_ranges), url(docsrs), help("nodejs-semver parses in so-called 'loose' mode. This means that if you have a slightly incorrect semver operator (`>=1.y`, for ex.), it will get thrown away. This error only happens if _all_ your input ranges were invalid semver in this way."))]
NoValidRanges,
Expand Down

0 comments on commit 4844724

Please sign in to comment.