mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
switch editor to 2018
This commit is contained in:
parent
9434920648
commit
1624bf2d7f
10 changed files with 14 additions and 13 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue