diff options
| -rw-r--r-- | rust/src/identifiers.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/rust/src/identifiers.rs b/rust/src/identifiers.rs index 11fae56b..597af338 100644 --- a/rust/src/identifiers.rs +++ b/rust/src/identifiers.rs @@ -605,7 +605,6 @@ pub fn check_withdrawn_status(raw: &str) -> Result<()> {          "safety",          "national-security",          "spam", -          // potential more-specific statuses          //"author-misconduct",          //"author-mistake", @@ -672,4 +671,3 @@ fn test_check_contrib_role() {      assert!(check_contrib_role("EDITOR").is_err());      assert!(check_contrib_role("editor ").is_err());  } - | 
