List all compiler features in debug output
This commit is contained in:
parent
32e078e1e1
commit
085035bf88
1 changed files with 5 additions and 1 deletions
|
@ -837,7 +837,11 @@ pub fn features_list() -> Vec<&'static str> {
|
|||
features.push("clipboard");
|
||||
#[cfg(feature = "history")]
|
||||
features.push("history");
|
||||
#[cfg(feature = "no-color")]
|
||||
#[cfg(feature = "qrcode")]
|
||||
features.push("qrcode");
|
||||
#[cfg(feature = "urlshorten")]
|
||||
features.push("urlshorten");
|
||||
#[cfg(feature = "no-qcolor")]
|
||||
features.push("no-color");
|
||||
#[cfg(feature = "send2")]
|
||||
features.push("send2");
|
||||
|
|
Loading…
Reference in a new issue