fix: remove dup arg in template builder for SetDelete (#430)

* fix: remove dup arg in template builder for SetDelete

* fix typo

* remove dbg
This commit is contained in:
Eduard S. 2025-10-01 16:10:24 +02:00 committed by GitHub
parent 352b1fdac1
commit ffed5b4fbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 10 deletions

View file

@ -2,7 +2,7 @@
//! from the feature-enabled backend.
//!
//! This is done in order to avoid inconsistencies where a type or parameter is defined in the
//! middleware to have certain carachteristic and later in the backend it gets used differently.
//! middleware to have certain characteristic and later in the backend it gets used differently.
//! The idea is that those types and parameters (eg. lengths) have a single source of truth in the
//! code; and in the case of the "base types" this is determined by the backend being used under
//! the hood, not by a choice of the middleware parameters.