Merge branch 'master' into node-fields

This commit is contained in:
Max Brunsfeld 2019-02-14 09:35:47 -08:00
commit 4f069fbe3b
9 changed files with 40 additions and 37 deletions

View file

@ -16,7 +16,7 @@ pub fn fixtures_dir<'a>() -> &'static Path {
pub fn get_language(name: &str) -> Language {
TEST_LOADER
.load_language_at_path(name, &GRAMMARS_DIR.join(name).join("src"), &HEADER_DIR)
.load_language_at_path(&GRAMMARS_DIR.join(name).join("src"), &HEADER_DIR)
.unwrap()
}