We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfbd8e commit d7a0d58Copy full SHA for d7a0d58
1 file changed
src/error_impls.rs
@@ -5,6 +5,7 @@
5
// <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
6
// option. This file may not be copied, modified, or distributed
7
// except according to those terms.
8
+#![cfg_attr(docsrs, doc(cfg(feature = "std")))]
9
extern crate std;
10
11
use crate::Error;
0 commit comments