diff --git a/substrate/core/sr-io/Cargo.toml b/substrate/core/sr-io/Cargo.toml
index a529c1e757b66f84a3992d8276fc856cee88fb23..08a526f4e6acfade2f1a736ab8d6b1ec22800592 100644
--- a/substrate/core/sr-io/Cargo.toml
+++ b/substrate/core/sr-io/Cargo.toml
@@ -37,5 +37,10 @@ std = [
 ]
 nightly = []
 strict = []
+
+# These two features are used for `no_std` builds for the environments which already provides
+# `#[panic_handler]` and `#[alloc_error_handler]`.
+#
+# For the regular wasm runtime builds those are not used.
 no_panic_handler = []
 no_oom = []