aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-24 21:18:07 +0000
committerFuwn <[email protected]>2022-07-24 21:18:07 +0000
commit86573a2111edbf7b0368226f2d378335f8aa582a (patch)
tree5bcc1243a723d908228c86687999eb9a934d429d /src/main.rs
parentfeat(src): ui overhaul (bollux inspired) (diff)
downloadsydney-0.1.9.tar.xz
sydney-0.1.9.zip
refactor: docs and formatv0.1.9
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 060ca08..ab628f8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -26,7 +26,6 @@
clippy::nursery,
clippy::pedantic
)]
-#![feature(iter_advance_by)]
#![recursion_limit = "128"]
mod app;