Update nightly version

This commit is contained in:
Luke Parker
2025-11-04 10:05:08 -05:00
parent 1b781b4b57
commit 5818f1a41c
34 changed files with 34 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(all(zalloc_rustc_nightly, feature = "allocator"), feature(allocator_api))]
//! Implementation of a Zeroizing Allocator, enabling zeroizing memory on deallocation.