add Rust into languages list for corpus tests (#619)

This commit is contained in:
Алексей Пастухов 2020-05-16 01:02:39 +02:00 committed by GitHub
parent 97018168d3
commit 38d32c018b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ const LANGUAGES: &'static [&'static str] = &[
"json",
"php",
"python",
"rust",
];
lazy_static! {