Skip to content

Commit

Permalink
ser: Remove last ser.zig import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Phan committed Jan 26, 2023
1 parent b6196c8 commit d1336e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ser/testing.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const expectEqual = std.testing.expectEqual;
const expectEqualSlices = std.testing.expectEqualSlices;

const err = @import("error.zig");
const serialize = @import("ser.zig").serialize;
const serialize = @import("serialize.zig").serialize;
const MapInterface = @import("interfaces/map.zig").Map;
const SerializerInterface = @import("interfaces/serializer.zig").Serializer;
const SeqInterface = @import("interfaces/seq.zig").Seq;
Expand Down

0 comments on commit d1336e6

Please sign in to comment.