From e9d7b199cf2cba2ff1c4b9619ec484e51d27a0a6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 May 2019 19:16:43 -0700 Subject: rust fmt --- rust/src/identifiers.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'rust') 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()); } - -- cgit v1.2.3