mirror of
https://git.proxmox.com/git/pathpatterns
synced 2025-07-21 03:11:15 +00:00
drop mut on self in MatchEntry::match_flags
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3b893e0346
commit
68f4fe972d
@ -169,7 +169,7 @@ impl MatchEntry {
|
||||
}
|
||||
|
||||
/// Directly access the match flags.
|
||||
pub fn match_flags(&mut self) -> MatchFlag {
|
||||
pub fn match_flags(&self) -> MatchFlag {
|
||||
self.flags
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user