mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-12-03 19:28:25 +00:00
Hide proto::dss module under dss feature flag
This commit is contained in:
committed by
Romain Ruetschi
parent
e9b0f61c6c
commit
2569e1b27a
@@ -3,6 +3,7 @@
|
|||||||
#[allow(unused_qualifications, deprecated, missing_docs)]
|
#[allow(unused_qualifications, deprecated, missing_docs)]
|
||||||
pub mod wrapped;
|
pub mod wrapped;
|
||||||
|
|
||||||
|
#[cfg(feature = "dss")]
|
||||||
#[allow(unused_qualifications, deprecated, missing_docs)]
|
#[allow(unused_qualifications, deprecated, missing_docs)]
|
||||||
pub mod dss;
|
pub mod dss;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user