switch editor to 2018

This commit is contained in:
Aleksey Kladov 2018-10-15 20:05:26 +03:00
parent 9434920648
commit 1624bf2d7f
10 changed files with 14 additions and 13 deletions

View file

@ -164,7 +164,7 @@ pub fn resolve_local_name(file: &File, offset: TextUnit, name_ref: ast::NameRef)
#[cfg(test)]
mod tests {
use super::*;
use test_utils::{assert_eq_dbg, extract_offset, add_cursor};
use crate::test_utils::{assert_eq_dbg, extract_offset, add_cursor};
#[test]
fn test_highlighting() {