base_client: Only import the std Result type if encryption is enabled.
This commit is contained in:
parent
7b70cb7e41
commit
114911f800
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
// limitations under the License.
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
||||
#[cfg(feature = "encryption")]
|
||||
use std::result::Result as StdResult;
|
||||
|
||||
use crate::api::r0 as api;
|
||||
|
|
Loading…
Reference in a new issue