mirror of
https://gitee.com/openharmony/third_party_rust_glob
synced 2024-11-23 07:30:11 +00:00
Add Debug trait to MatchOptions (#91)
This commit is contained in:
parent
f54e935ea3
commit
2cf827b944
@ -967,7 +967,7 @@ fn chars_eq(a: char, b: char, case_sensitive: bool) -> bool {
|
||||
|
||||
/// Configuration options to modify the behaviour of `Pattern::matches_with(..)`.
|
||||
#[allow(missing_copy_implementations)]
|
||||
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
|
||||
pub struct MatchOptions {
|
||||
/// Whether or not patterns should be matched in a case-sensitive manner.
|
||||
/// This currently only considers upper/lower case relationships between
|
||||
|
Loading…
Reference in New Issue
Block a user