mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
If possible, use --exact flag when running tests
This commit is contained in:
parent
9ba801befd
commit
426c0f26fe
4 changed files with 101 additions and 32 deletions
|
@ -71,7 +71,7 @@ pub use crate::{
|
|||
references::{
|
||||
Declaration, Reference, ReferenceAccess, ReferenceKind, ReferenceSearchResult, SearchScope,
|
||||
},
|
||||
runnables::{Runnable, RunnableKind},
|
||||
runnables::{Runnable, RunnableKind, TestId},
|
||||
source_change::{FileSystemEdit, SourceChange, SourceFileEdit},
|
||||
syntax_highlighting::HighlightedRange,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue