doughlang: Doc fixes

This commit is contained in:
2026-01-09 22:37:43 -05:00
parent a7ebf31878
commit 5d724af37b
5 changed files with 16 additions and 13 deletions

View File

@@ -2,7 +2,9 @@ use std::error::Error;
use doughlang::{
ast::{
types::{Literal, Path}, visit::{Visit, Walk}, *
types::{Literal, Path},
visit::{Visit, Walk},
*,
},
intern::interned::Interned,
lexer::Lexer,