diff options
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/src/identifiers.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/rust/src/identifiers.rs b/rust/src/identifiers.rs index 597af338..180dc43b 100644 --- a/rust/src/identifiers.rs +++ b/rust/src/identifiers.rs @@ -540,6 +540,7 @@ pub fn check_release_type(raw: &str) -> Result<()> {          "letter",          "stub",          "retraction", +        "component",      ];      for good in valid_types {          if raw == good { | 
