Fix comment association
This commit is contained in:
parent
3bfd192c28
commit
507459b4ee
|
@ -10,12 +10,11 @@ use tokio::io;
|
||||||
use tokio::io::{AsyncBufReadExt, BufReader};
|
use tokio::io::{AsyncBufReadExt, BufReader};
|
||||||
|
|
||||||
pub const SORTING_OUTCOMES: [&str; 5] = [
|
pub const SORTING_OUTCOMES: [&str; 5] = [
|
||||||
// Included
|
"y", // Included
|
||||||
"y", // Not included (generic)
|
"n", // Not included (generic)
|
||||||
"n", // Duplicates an existing entry
|
"dupe", // Duplicates an existing entry
|
||||||
"dupe", // Spam entry
|
"spam", // Spam entry
|
||||||
"spam", // Invalid format for some reason (e.g. pattern or URL invalid)
|
"inv", // Invalid format for some reason (e.g. pattern or URL invalid)
|
||||||
"inv",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
|
|
Loading…
Reference in New Issue