Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Mention that rust edition/standard 2018 or later should be used
As the 2018 standard changes the way rust handles externs, and is the first edition that allows `--extern crate=path` to completely replace (in all but a few corner cases) the use of `extern crate` in the rust files.
- Loading branch information