Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennedy committed Nov 13, 2023
1 parent 457d27d commit f2d121e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion borsh-schema-writer/src/schema_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::fs::File;
use std::io::Write;
use borsh::{BorshSchema, to_vec};
use borsh::schema::BorshSchemaContainer;
use borsh::schema::*;

/// This function takes a Struct with the BorshSchema trait and writes the schema to a specified file.
///```rust
Expand Down

0 comments on commit f2d121e

Please sign in to comment.