diff options
author | Andy Wortman <ixineeringeverywhere@gmail.com> | 2017-12-24 23:01:16 -0800 |
---|---|---|
committer | Andy Wortman <ixineeringeverywhere@gmail.com> | 2017-12-24 23:05:59 -0800 |
commit | dd687928318cd0b4cad76228b80d1959c1319997 (patch) | |
tree | cffb070e4cef1baa71d968143bec5925cdbe92af /src/main.rs | |
parent | d0573788b3be793dcaeaf2c369c602a929c308b6 (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.rs | 1 |
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; |