better language

This commit is contained in:
Aleksey Kladov 2020-07-08 22:47:50 +02:00
parent e8bb153b19
commit e4b4600752
2 changed files with 12 additions and 11 deletions

View file

@ -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,