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