Skip to content

Commit

Permalink
remove redundant no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
coriolinus committed Jun 22, 2021
1 parent 9f24e9d commit 67474db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/max_encoded_len.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

//! `trait MaxEncodedLen` bounds the maximum encoded length of items.

#![cfg_attr(not(feature = "std"), no_std)]

use crate::{Compact, Encode};
use impl_trait_for_tuples::impl_for_tuples;
use core::{mem, marker::PhantomData};
Expand Down

0 comments on commit 67474db

Please sign in to comment.