aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-20 19:16:43 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-20 19:16:43 -0700
commite9d7b199cf2cba2ff1c4b9619ec484e51d27a0a6 (patch)
tree70ee7c1b731abcd1f73239b7bbc3b7752c173508 /rust/src
parentc06079af0949ac44472c9fdc2fc81766316cb88d (diff)
downloadfatcat-e9d7b199cf2cba2ff1c4b9619ec484e51d27a0a6.tar.gz
fatcat-e9d7b199cf2cba2ff1c4b9619ec484e51d27a0a6.zip
rust fmt
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/identifiers.rs2
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());
}
-