mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
better language
This commit is contained in:
parent
e8bb153b19
commit
e4b4600752
2 changed files with 12 additions and 11 deletions
|
@ -9,8 +9,8 @@ use paths::{RelPath, RelPathBuf};
|
|||
///
|
||||
/// It describes the set of files inside some directory.
|
||||
///
|
||||
/// The current implementation is very limited, it allows white-listing file
|
||||
/// globs and black-listing directories.
|
||||
/// The current implementation is very limited, it allows including file globs
|
||||
/// and recursively excluding directories.
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) struct Include {
|
||||
include_files: GlobSet,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue