aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2017-12-24 23:01:16 -0800
committerAndy Wortman <ixineeringeverywhere@gmail.com>2017-12-24 23:05:59 -0800
commitdd687928318cd0b4cad76228b80d1959c1319997 (patch)
treecffb070e4cef1baa71d968143bec5925cdbe92af /src/main.rs
parentd0573788b3be793dcaeaf2c369c602a929c308b6 (diff)
remove dependence on nightly and remove_itemassorted-fixes
(turns out remove_item was wrong anyway, i wanted to remove all instances of a string, it only removed the first) this sneaks in a big change on self-replies, now removes the @ mention of you if you reply to yourself
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e5c3910..603108c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,3 @@
-#![feature(vec_remove_item)]
extern crate serde_json;
extern crate chrono;