Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cowuake committed Aug 15, 2024
1 parent 2e3bde0 commit 1750d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemius/src/core/builtins/list_procs.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::{
s_list::SList,
s_number::{NativeInt, SNumber},
s_number::NativeInt,
s_procedure::{ProcedureArgs, ProcedureEnv, ProcedureOutput},
Accessor, ListImplementation, SExpr, SchemeList, SchemePair,
};
Expand Down

0 comments on commit 1750d7d

Please sign in to comment.