Small typo

This commit is contained in:
Mario
2021-10-17 20:52:31 +02:00
committed by GitHub
parent 7c6a6682c1
commit 16310c5f08
+1 -1
View File
@@ -33,7 +33,7 @@
//! }
//! ```
//!
//! The compiler will ensure that the loaded function`will not outlive the `Library` from which it comes,
//! The compiler will ensure that the loaded function will not outlive the `Library` from which it comes,
//! preventing the most common memory-safety issues.
#![deny(missing_docs, clippy::all, unreachable_pub, unused)]
#![cfg_attr(docsrs, deny(broken_intra_doc_links))]