From bff3825298297ea3ad39314793d9e43d9267727f Mon Sep 17 00:00:00 2001 From: Jack May Date: Tue, 6 Oct 2020 11:03:29 -0700 Subject: [PATCH] Remove unnecessary skip-no-mangle feature from sdk (#12684) --- sdk/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 9eb21f9cba..a728237111 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -11,8 +11,6 @@ edition = "2018" [features] # On-chain program specific dependencies program = [] -# Program elements to optionally skip -skip-no-mangle = [] # Dependencies that are not compatible or needed for on-chain programs default = [ "assert_matches",