Rename the FieldIdMapMissingEntry from_db_name field into process

This commit is contained in:
Kerollmops
2021-06-15 11:10:50 +02:00
parent 28c004aa2c
commit f0e804afd5
4 changed files with 9 additions and 9 deletions

View File

@ -61,7 +61,7 @@ impl<'t> AscDesc<'t> {
.id(&field_name)
.ok_or_else(|| FieldIdMapMissingEntry::FieldName {
field_name: field_name.clone(),
from_db_name: "asc-desc",
process: "AscDesc::new",
})?;
Ok(AscDesc {