Cleanup SDK use syntax (#8004)

This commit is contained in:
Jack May
2020-01-28 16:11:22 -08:00
committed by GitHub
parent 4197cce8c9
commit 12eff5a2f9
17 changed files with 59 additions and 66 deletions

View File

@@ -133,8 +133,7 @@ impl FeeCalculator {
#[cfg(test)]
mod tests {
use super::*;
use crate::pubkey::Pubkey;
use crate::system_instruction;
use crate::{pubkey::Pubkey, system_instruction};
#[test]
fn test_fee_calculator_burn() {