Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clippy was reporting this error: ``` error: this expression always evaluates to false --> mountpoint-s3/src/build_info.rs:24:44 | 24 | const UNOFFICIAL_SUFFIX: &str = if COMMIT_HASH_STR.is_empty() { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_is_empty = note: `-D clippy::const-is-empty` implied by `-D clippy::all` ``` Signed-off-by: Alessandro Passaro <[email protected]>
- Loading branch information