cl-typeck: Fix list in doc comment getting mistaken for a doctest

This commit is contained in:
John 2024-04-24 16:50:30 -05:00
parent 42307d2ab4
commit 8453b092f1

View File

@ -22,15 +22,15 @@
//! Within a Project, [definitions](definition::Def) are classified into two namespaces:
//!
//! ## Type Namespace:
//! - Modules
//! - Structs
//! - Enums
//! - Type aliases
//! - Modules
//! - Structs
//! - Enums
//! - Type aliases
//!
//! ## Value Namespace:
//! - Functions
//! - Constants
//! - Static variables
//! - Functions
//! - Constants
//! - Static variables
//!
//! There is a *key* distinction between the two namespaces when it comes to
//! [Path](path::Path) traversal: Only items in the Type Namespace will be considered