mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
Self-compiled Binary - rust cargo Warning #1397
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Obivatelj on GitHub.
Subject of the issue
Self-compiled Binary Warning
Deployment environment
rustup show
Default host: x86_64-unknown-linux-gnu
rustup home: /root/.rustup
installed toolchains
stable-x86_64-unknown-linux-gnu (default)
nightly-2021-04-14-x86_64-unknown-linux-gnu
nightly-x86_64-unknown-linux-gnu
active toolchain
nightly-2021-04-14-x86_64-unknown-linux-gnu (overridden by '/tmp/vaultwarden/rust-toolchain')
rustc 1.53.0-nightly (132b4e5d1 2021-04-13)
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Steps to reproduce
git clone latest master
Expected behaviour
Finished release [optimized] target(s), without warnings
Actual behaviour
2 Warnings emmited
Troubleshooting data
Here we have CentOS8 latest, Release: CentOS Linux release 8.3.2011
So, question ist should we worry? We have special needs and use only compiled binary since 2019, without any warnings ever.
@dani-garcia commented on GitHub:
It's not an issue, just happens that we import some things that we only use with SQLite, so when compiling without it you get that warning.
That said I changed the code so the warning doesn't appear in commit
1e5306b820