fix(backtrace):Use more reasonable compile options (#1056)

* fix(backtrace):Use more reasonable compile options

* 调整代码,同时解决rust analyzer未能提示warning的问题
---------

Co-authored-by: longjin <longjin@DragonOS.org>
This commit is contained in:
linfeng
2024-11-25 16:28:05 +08:00
committed by GitHub
parent 23ccf763b6
commit 539ee3eaeb
15 changed files with 119 additions and 126 deletions

View File

@ -11,4 +11,4 @@ path = "src/main.rs"
[dependencies]
unified-init-macros = { path = "macros" }
linkme = "=0.3.27"
system_error = { path = "../system_error" }
system_error = { path = "../system_error" }