conlang: Misc. doc fixes
This commit is contained in:
parent
d4432cda7a
commit
aa3f357fca
@ -5,8 +5,8 @@ use cl_ast::{ast_visitor::Fold, *};
|
||||
use cl_lexer::Lexer;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
type IoErrs = Vec<(PathBuf, std::io::Error)>;
|
||||
type ParseErrs = Vec<(PathBuf, crate::error::Error)>;
|
||||
pub type IoErrs = Vec<(PathBuf, std::io::Error)>;
|
||||
pub type ParseErrs = Vec<(PathBuf, crate::error::Error)>;
|
||||
|
||||
pub struct ModuleInliner {
|
||||
path: PathBuf,
|
||||
|
@ -4,7 +4,7 @@
|
||||
//!
|
||||
//! [DefItem]s are collected by the [Definition Sorcerer](sorcerer),
|
||||
//! an AST visitor that pairs [DefSource]s with their surrounding
|
||||
//! context ([Path], [Span], [Meta], [Visibility])
|
||||
//! context ([Path], [struct@Span], [Meta], [Visibility])
|
||||
|
||||
use cl_ast::ast::*;
|
||||
use cl_structures::span::Span;
|
||||
|
Loading…
Reference in New Issue
Block a user