Remove unnecessary skip-no-mangle feature from sdk (#12684)

This commit is contained in:
Jack May
2020-10-06 11:03:29 -07:00
committed by GitHub
parent 41ce892f1c
commit bff3825298

View File

@ -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",