mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
[rust]: remove vecdeque_binary_search feature
This commit is contained in:
parent
19521bf695
commit
9453f8a4b7
2 changed files with 2 additions and 2 deletions
2
backend/rust-toolchain
Normal file
2
backend/rust-toolchain
Normal file
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2021-04-24"
|
|
@ -1,5 +1,3 @@
|
|||
#![feature(vecdeque_binary_search)]
|
||||
|
||||
pub mod errors;
|
||||
pub mod module;
|
||||
mod notify;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue