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:
parent
352b1fdac1
commit
ffed5b4fbd
3 changed files with 5 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue