Skip to content

Commit

Permalink
doc: resolve empty doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Aug 2, 2024
1 parent f401e32 commit 9fdd63d
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 @@ -180,8 +180,6 @@ pub enum SemverErrorKind {
#[diagnostic(code(node_semver::parse_component_error), url(docsrs))]
Context(&'static str),

/**
*/
#[error("No valid ranges could be parsed")]
#[diagnostic(code(node_semver::no_valid_ranges), url(docsrs), help("node-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 9fdd63d

Please sign in to comment.