mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 07:37:30 +00:00
Docs for Fixture
This commit is contained in:
parent
84cd28fddc
commit
a34f9b7fb3
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
//! Defines `Fixture` -- a convenient way to describe the initial state of
|
||||
//! rust-analyzer database from a single string.
|
||||
|
||||
use rustc_hash::FxHashMap;
|
||||
use stdx::split1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue