Closed akshayknarayan closed 2 years ago
Also includes some other bookkeeping things, like updating to rust 2021, new bindgen version and some clippy lints.
The stabilization of asm! in rust 1.59 allows us to remove #![feature(asm)]), but #![feature(asm_sym)] has not yet been stabilized so that is still needed.
asm!
#![feature(asm)])
#![feature(asm_sym)]
merged in dev branch.
Also includes some other bookkeeping things, like updating to rust 2021, new bindgen version and some clippy lints.