Browse Source

[rust]: remove vecdeque_binary_search feature

appflowy 3 năm trước cách đây
mục cha
commit
9453f8a4b7

+ 2 - 0
backend/rust-toolchain

@@ -0,0 +1,2 @@
+[toolchain]
+channel = "nightly-2021-04-24"

+ 0 - 2
frontend/rust-lib/flowy-document/src/lib.rs

@@ -1,5 +1,3 @@
-#![feature(vecdeque_binary_search)]
-
 pub mod errors;
 pub mod errors;
 pub mod module;
 pub mod module;
 mod notify;
 mod notify;