Skip to content

Commit 40bb34f

Browse files
committed
Add note to library's documentation
1 parent 481dbf6 commit 40bb34f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#![warn(missing_docs)]
22

33
/*!
4+
## Note
5+
This crate has been republished because of popular demand to publish the fixed fork as a crate.
6+
However, I can't make any guarantees about the safety of this crate, and I won't necessarilly be able to actively maintain it.
7+
48
# An owning reference.
59
610
This crate provides the _owning reference_ types `OwningRef` and `OwningRefMut`

0 commit comments

Comments
 (0)