1b5cd72d79
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 |