diff --git a/cumulus/runtime/src/lib.rs b/cumulus/runtime/src/lib.rs index dd7ed8daf3..ed5025f7eb 100644 --- a/cumulus/runtime/src/lib.rs +++ b/cumulus/runtime/src/lib.rs @@ -14,6 +14,8 @@ // You should have received a copy of the GNU General Public License // along with Cumulus. If not, see . +///! The Cumulus runtime to make a runtime a parachain. + #![cfg_attr(not(feature = "std"), no_std)] use rstd::vec::Vec;