Fix Spelling Mistake In Rust Language

It's [`VecDeque`](https://doc.rust-lang.org/std/collections/struct.VecDeque.html), not `VeqDeque`. :)
This commit is contained in:
Daniel 2021-02-14 18:11:28 -05:00 committed by GitHub
parent e4b3e6a881
commit 17767b3a50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@
"<'a>",
"map",
"BTreeMap",
"VeqDeque",
"VecDeque",
"LinkedList",
"HashSet",
"&'static",