Skip to content

Commit

Permalink
[rust]: remove vecdeque_binary_search feature
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Nov 22, 2021
1 parent 7d03828 commit 06cabc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions backend/rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly-2021-04-24"
2 changes: 0 additions & 2 deletions frontend/rust-lib/flowy-document/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(vecdeque_binary_search)]

pub mod errors;
pub mod module;
mod notify;
Expand Down

0 comments on commit 06cabc7

Please sign in to comment.