From 4fa5d35ec11182c01b67cf43d5731446d4d063c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 12 Apr 2019 13:36:48 +0200 Subject: [PATCH] Some docs --- runtime/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index dd7ed8daf3..ed5025f7eb 100644 --- a/runtime/src/lib.rs +++ b/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;