rust pass 2

This commit is contained in:
Rmys
2022-12-24 19:59:31 +03:00
parent a7c99f2c42
commit c207950e74
3 changed files with 15 additions and 11 deletions
@@ -12,6 +12,8 @@ extended = true
sanitizers = false
profiler = true
vendor = true
tools = ["cargo", "rls", "clippy", "rustfmt", "analysis", "src", "rust-demangler"]
# docs = false
[install]
prefix = "/usr"
@@ -24,6 +26,7 @@ debuginfo-level-std = 2
channel = "stable"
rpath = false
# backtrace-on-ice = true
codegen-tests = false
[target.x86_64-unknown-linux-gnu]