mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
generalize marking infrastructure
This commit is contained in:
parent
b846832b8b
commit
45da21672a
6 changed files with 91 additions and 86 deletions
|
@ -1,5 +1,10 @@
|
|||
use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
#[macro_use]
|
||||
pub mod marks;
|
||||
|
||||
use std::{
|
||||
fs,
|
||||
path::{Path, PathBuf}
|
||||
};
|
||||
|
||||
use text_unit::{TextRange, TextUnit};
|
||||
use serde_json::Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue