Feature/scanner/explict key #21

Merged
bazaah merged 7 commits from feature/scanner/explict-key into master 2021-08-08 09:59:11 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit a83aa903e8 - Show all commits

View File

@ -42,6 +42,9 @@ pub enum ScanError
/// A block entry was not expected or allowed
InvalidBlockEntry,
/// A mapping key was not expected or allowed
InvalidKey,
/// A mapping value was not expected or allowed
InvalidValue,