mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Expose package roots more directly
This commit is contained in:
parent
818aeb8a24
commit
39a2bc5e3c
3 changed files with 51 additions and 55 deletions
|
@ -17,7 +17,7 @@ pub enum Entry {
|
|||
/// * it is not under `exclude` path
|
||||
///
|
||||
/// If many include/exclude paths match, the longest one wins.
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Default)]
|
||||
pub struct Directories {
|
||||
pub extensions: Vec<String>,
|
||||
pub include: Vec<AbsPathBuf>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue