diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 19:16:43 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 19:16:43 -0700 |
commit | e9d7b199cf2cba2ff1c4b9619ec484e51d27a0a6 (patch) | |
tree | 70ee7c1b731abcd1f73239b7bbc3b7752c173508 | |
parent | c06079af0949ac44472c9fdc2fc81766316cb88d (diff) | |
download | fatcat-e9d7b199cf2cba2ff1c4b9619ec484e51d27a0a6.tar.gz fatcat-e9d7b199cf2cba2ff1c4b9619ec484e51d27a0a6.zip |
rust fmt
-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()); } - |