We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c765e commit 86d380aCopy full SHA for 86d380a
library/std/src/lib.rs
@@ -214,6 +214,10 @@
214
#![needs_panic_runtime]
215
//
216
// Lints:
217
+#![allow(incomplete_features)]
218
+#![feature(generic_const_exprs)]
219
+#![feature(global_co_alloc)]
220
+#![feature(global_co_alloc_plvec)]
221
#![warn(deprecated_in_future)]
222
#![warn(missing_docs)]
223
#![warn(missing_debug_implementations)]
0 commit comments