mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Resolve crate
This commit is contained in:
parent
3c17643b30
commit
04eb15856b
2 changed files with 2 additions and 3 deletions
|
@ -24,7 +24,7 @@ use crate::{
|
|||
/// root module.
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub struct Crate {
|
||||
pub crate_id: CrateId,
|
||||
pub(crate) crate_id: CrateId,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue