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 f63f0ae commit 9354496Copy full SHA for 9354496
src/lib.rs
@@ -1,3 +1,4 @@
1
+// We *mostly* avoid unsafe code, but `mod map_core` allows it to use `RawTable`.
2
#![deny(unsafe_code)]
3
#![doc(html_root_url = "https://docs.rs/indexmap/1/")]
4
#![cfg_attr(not(has_std), no_std)]
0 commit comments