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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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