Skip to content

Commit

Permalink
update references import path
Browse files Browse the repository at this point in the history
  • Loading branch information
leecannon authored and SuperAuguste committed Mar 30, 2023
1 parent 9b18996 commit a1ca04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis.zig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ast = @import("ast.zig");
const tracy = @import("tracy.zig");
const ComptimeInterpreter = @import("ComptimeInterpreter.zig");
const InternPool = ComptimeInterpreter.InternPool;
const references = @import("references.zig");
const references = @import("features/references.zig");

const Analyser = @This();

Expand Down

0 comments on commit a1ca04c

Please sign in to comment.