From 4844724da35e432975b232b0249541cfc482662c Mon Sep 17 00:00:00 2001 From: cijiugechu Date: Fri, 17 May 2024 10:20:30 +0800 Subject: [PATCH] chore: remove empty doc comment --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 924992d..e2541f9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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,