Make GroupsPathError and MetadataRetrievalError enums non-exhaustive

This commit is contained in:
Oliver Hamlet
2025-05-16 19:00:54 +01:00
parent 7753962f55
commit eb238c4774
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -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),