Skip to content

Commit

Permalink
Remove unused std::u128 import.
Browse files Browse the repository at this point in the history
Eliminated the unnecessary import of `std::u128` from `deserialize_adapter.rs`, making the code cleaner and more efficient. This change does not affect the functionality but enhances code readability and maintainability.
  • Loading branch information
wkennedy committed Aug 14, 2024
1 parent a8477cd commit 9f8344b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion borsh-serde-adapter/src/deserialize_adapter.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use std::collections::HashMap;
use std::io::{Error};
use std::u128;

use borsh::schema::{BorshSchemaContainer, Definition, Fields};
use borsh::{BorshDeserialize};
Expand Down

0 comments on commit 9f8344b

Please sign in to comment.