Skip to content

Commit 966f2eb

Browse files
committed
clean up
1 parent 988332a commit 966f2eb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

mbedtls-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ quote = "1.0.9"
4343
# * memmove/memcpy/memcmp/memset
4444
# * rand/printf (used only for self tests. optionally use custom_printf)
4545
default = ["std", "threading", "zlib", "time", "aesni", "padlock", "legacy_protocols"]
46-
std = [] # deprecated automatic enabling of debug, can be removed on major version bump
46+
std = []
4747
custom_printf = []
4848
custom_has_support = []
4949
aes_alt = []

mbedtls/src/ssl/async_utils.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ use std::rc::Rc;
1414
use std::task::{Context as TaskContext, Poll};
1515

1616

17-
#[cfg(not(feature = "std"))]
18-
use core_io::{Error as IoError, Result as IoResult, ErrorKind as IoErrorKind};
1917
#[cfg(feature = "std")]
2018
use std::io::{Error as IoError, Result as IoResult, ErrorKind as IoErrorKind};
2119

0 commit comments

Comments
 (0)