AstGen: fix outdated doc comment

This commit is contained in:
Andrew Kelley
2021-05-02 17:17:24 -07:00
parent a973c362e5
commit 5f4c52209e

View File

@@ -1,8 +1,4 @@
//! A Work-In-Progress `Zir`. This is a shared parent of all
//! `GenZir` scopes. Once the `Zir` is produced, this struct
//! is deinitialized.
//! The `GenZir.finish` function converts this to a `Zir`.
//! Ingests an AST and produces ZIR code.
const AstGen = @This();
const std = @import("std");