summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2024-10-05 20:07:18 -0600
committerAshelyn Rose <git@ashen.earth>2024-10-05 20:07:18 -0600
commit9e15bb9103ba054fa88501cbff2d5e121ffa8544 (patch)
tree698f77f882a54155315eede6c5a4e86692600dcc /src/main.rs
parentf2cd49662f74deb894518d5169fae533454bd6a6 (diff)
Parses edit, nick, and reproxy commands
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 12e2f3c..4ed4fed 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,5 @@
+#![feature(str_split_whitespace_remainder)]
+
 mod config;
 mod system;
 use system::Manager;