Remove duplicate

This commit is contained in:
Michael Vines 2020-08-20 17:47:49 -07:00
parent ca0e33fdd7
commit 62cb0e2dd9
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ fn main() {
export: cbindgen::ExportConfig { export: cbindgen::ExportConfig {
prefix: Some("Token_".to_string()), prefix: Some("Token_".to_string()),
include: vec![ include: vec![
"TokenInstruction".to_string(),
"TokenInstruction".to_string(), "TokenInstruction".to_string(),
"Mint".to_string(), "Mint".to_string(),
"Account".to_string(), "Account".to_string(),

View File

@ -41,7 +41,6 @@ fn main() {
export: cbindgen::ExportConfig { export: cbindgen::ExportConfig {
prefix: Some("Token_".to_string()), prefix: Some("Token_".to_string()),
include: vec![ include: vec![
"TokenInstruction".to_string(),
"TokenInstruction".to_string(), "TokenInstruction".to_string(),
"Mint".to_string(), "Mint".to_string(),
"Account".to_string(), "Account".to_string(),