Feat: rename stack inline (#3781)

* feat: rename stack in-line

* feat: rename stack in-line

* chore: compiler issues

* fix: conflicts and cleaning

* fix: code lost after merge

* test: fix failing rust tests

* fix: tauri localization wrong keys

---------

Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
This commit is contained in:
Mathias Mogensen
2023-10-26 03:38:37 +02:00
committed by GitHub
parent f40ae9ff25
commit aa27c4e6d4
24 changed files with 516 additions and 221 deletions

View File

@ -147,7 +147,7 @@ pub enum ErrorCode {
GroupIdIsEmpty = 46,
#[error("Invalid date time format")]
InvalidDateTimeFormat = 47,
InvalidDateTimeFormat = 48,
#[error("Invalid params")]
InvalidParams = 49,