Some fixes

This commit is contained in:
Bastian Köcher
2019-04-12 16:02:36 +02:00
parent bf36903e72
commit 5af32c965d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -14,10 +14,10 @@
// You should have received a copy of the GNU General Public License
// along with Cumulus. If not, see <http://www.gnu.org/licenses/>.
///! The Cumulus runtime to make a runtime a parachain.
#![cfg_attr(not(feature = "std"), no_std)]
///! The Cumulus runtime to make a runtime a parachain.
use rstd::vec::Vec;
use codec::{Encode, Decode};
use runtime_primitives::traits::Block as BlockT;