mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-15 11:57:59 +00:00
![]() a non capturing group is '(?:)' not '(:?)' so fix that. None of these regexes are used where would use capturing groups. DATASTORE_MAP_REGEX and TAPE_RESTORE_SNAPSHOT_REGEX are only used as api types and BLOCKDEVICE_NAME_REGEX is only used once outside of the api and there we also don't look at the capturing groups. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |