Skip to content

Commit

Permalink
Add missing no_std attribute (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk authored and librelois committed Jul 31, 2023
1 parent e93ceb1 commit 0f2483f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions primitives/xcm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
// You should have received a copy of the GNU General Public License
// along with Moonkit. If not, see <http://www.gnu.org/licenses/>.

//! The XCM primitive trait implementations

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

use sp_runtime::DispatchResult;

/// Pause and resume execution of XCM
Expand Down

0 comments on commit 0f2483f

Please sign in to comment.