Skip to content

use raw identifier syntax for mod 'async' as it is a keyword since 2018 edition

Andreas Blum requested to merge andreasblum/termion:master into master

Since Rust edition 2018 async is a keyword and the rust-analyzer is not supporting rust 2015 edition where it was not a keyword yet, it erroneously causes misbehavior of the rust-analyzer.

Merge request reports