refactor!: rename proc_macro to avoid conflicts when building std with -Z build-std
This commit is contained in:
parent
c521e9c18e
commit
75e1bcf70a
3 changed files with 3 additions and 3 deletions
|
|
@ -8,12 +8,12 @@ use crate::{
|
|||
generate::generate_parser_for_grammar,
|
||||
parse::{perform_edit, Edit},
|
||||
};
|
||||
use proc_macro::retry;
|
||||
use std::{
|
||||
sync::atomic::{AtomicUsize, Ordering},
|
||||
thread, time,
|
||||
};
|
||||
use tree_sitter::{IncludedRangesError, InputEdit, LogType, Parser, Point, Range};
|
||||
use tree_sitter_proc_macro::retry;
|
||||
|
||||
#[test]
|
||||
fn test_parsing_simple_string() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue