mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Remove confusing API
This commit is contained in:
parent
34072d53b6
commit
af7e300041
4 changed files with 32 additions and 27 deletions
|
@ -76,7 +76,7 @@ fn impls_for_trait(
|
|||
mod tests {
|
||||
use ra_db::FileRange;
|
||||
|
||||
use crate::mock_analysis::{analysis_and_position, MockAnalysis};
|
||||
use crate::mock_analysis::MockAnalysis;
|
||||
|
||||
fn check(ra_fixture: &str) {
|
||||
let (mock, position) = MockAnalysis::with_files_and_position(ra_fixture);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue