mirror of
https://github.com/openharmony/third_party_rust_slab.git
synced 2026-07-01 20:44:01 -04:00
Deny unreachable-pub
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@
|
||||
//!
|
||||
//! [`Slab::with_capacity`]: struct.Slab.html#with_capacity
|
||||
|
||||
#![deny(warnings, missing_docs, missing_debug_implementations)]
|
||||
#![deny(warnings, missing_docs, missing_debug_implementations, unreachable_pub)]
|
||||
#![doc(html_root_url = "https://docs.rs/slab/0.4.1")]
|
||||
#![crate_name = "slab"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user