mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Make GroupsPathError and MetadataRetrievalError enums non-exhaustive
This commit is contained in:
@@ -24,6 +24,7 @@ impl From<loot_condition_interpreter::Error> for ConditionEvaluationError {
|
||||
|
||||
/// Represents an error that occurred while retrieving metadata for a plugin.
|
||||
#[derive(Debug)]
|
||||
#[non_exhaustive]
|
||||
pub enum MetadataRetrievalError {
|
||||
ConditionEvaluationError(ConditionEvaluationError),
|
||||
RegexError(RegexError),
|
||||
|
||||
Reference in New Issue
Block a user