cl-typeck: Remove nightly-only debug_closure_helpers

This commit is contained in:
John 2024-04-25 15:55:32 -05:00
parent aa3f357fca
commit 901e9d1d5b

View File

@ -47,7 +47,6 @@
//! 3. Traverse all [definitions](definition::Def),
//! and [resolve the types for every item](type_resolver)
//! 4. TODO: Construct a typed AST for expressions, and type-check them
#![feature(debug_closure_helpers)]
#![warn(clippy::all)]
pub mod key;