refactor: avoid empty display in errors (#5858)

* refactor: avoid empty display in errors

* fix: resolve PR comments
This commit is contained in:
LFC
2025-04-10 18:08:45 +08:00
committed by GitHub
parent 382eacdc13
commit 71255b3cbd
15 changed files with 227 additions and 84 deletions

1
Cargo.lock generated
View File

@@ -1988,6 +1988,7 @@ dependencies = [
name = "common-error"
version = "0.14.0"
dependencies = [
"common-macro",
"http 1.1.0",
"snafu 0.8.5",
"strum 0.27.1",