Fix clippy warning
This commit is contained in:
parent
fd6038884b
commit
ca4d917081
|
@ -690,9 +690,10 @@ where
|
||||||
.feature_set
|
.feature_set
|
||||||
.is_active(&enable_early_verification_of_account_modifications::id())
|
.is_active(&enable_early_verification_of_account_modifications::id())
|
||||||
{
|
{
|
||||||
Err(SyscallError::InstructionError(
|
return Err(SyscallError::InstructionError(
|
||||||
InstructionError::RentEpochModified,
|
InstructionError::RentEpochModified,
|
||||||
))?;
|
)
|
||||||
|
.into());
|
||||||
} else {
|
} else {
|
||||||
callee_account
|
callee_account
|
||||||
.borrow_mut()
|
.borrow_mut()
|
||||||
|
|
Loading…
Reference in New Issue