Skip to content

Commit f2f0cda

Browse files
committed
Pacify clippy
1 parent ed2ff5b commit f2f0cda

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/bin/sys-lend.rs

+7-1
Original file line numberDiff line numberDiff line change
@@ -1642,9 +1642,11 @@ struct DepositOrWithdrawResult {
16421642
address_lookup_table: Option<Pubkey>,
16431643
}
16441644

1645+
/*
16451646
//////////////////////////////////////////////////////////////////////////////
1646-
///[ MarginFi Stuff ] ////////////////////////////////////////////////////////
1647+
/// [ MarginFi Stuff ] ////////////////////////////////////////////////////////
16471648
//////////////////////////////////////////////////////////////////////////////
1649+
*/
16481650

16491651
const MFI_LEND_PROGRAM: Pubkey = pubkey!["MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA"];
16501652
const MARGINFI_GROUP: Pubkey = pubkey!["4qp6Fx6tnZkY5Wropq9wUYgtFxXKwE6viZxFHg3rdAG8"];
@@ -1978,9 +1980,11 @@ async fn mfi_deposit_or_withdraw(
19781980
})
19791981
}
19801982

1983+
/*
19811984
//////////////////////////////////////////////////////////////////////////////
19821985
///[ Kamino Stuff ] //////////////////////////////////////////////////////////
19831986
//////////////////////////////////////////////////////////////////////////////
1987+
*/
19841988

19851989
const KAMINO_LEND_PROGRAM: Pubkey = pubkey!["KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD"];
19861990
const FARMS_PROGRAM: Pubkey = pubkey!["FarmsPZpWu9i7Kky8tPN37rs2TpmMrAZrC7S7vJa91Hr"];
@@ -2481,9 +2485,11 @@ fn kamino_deposit_or_withdraw(
24812485
})
24822486
}
24832487

2488+
/*
24842489
//////////////////////////////////////////////////////////////////////////////
24852490
///[ Solend Stuff ] //////////////////////////////////////////////////////////
24862491
//////////////////////////////////////////////////////////////////////////////
2492+
*/
24872493

24882494
const SOLEND_JLP_EXTRA_ORACLE: Pubkey = pubkey!["BjUgj6YCnFBZ49wF54ddBVA9qu8TeqkFtkbqmZcee8uW"];
24892495

0 commit comments

Comments
 (0)