Skip to content

Commit 9354496

Browse files
committed
Add a top-level comment about allowed unsafe
1 parent f63f0ae commit 9354496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// We *mostly* avoid unsafe code, but `mod map_core` allows it to use `RawTable`.
12
#![deny(unsafe_code)]
23
#![doc(html_root_url = "https://docs.rs/indexmap/1/")]
34
#![cfg_attr(not(has_std), no_std)]

0 commit comments

Comments
 (0)