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 3fe5da4 commit 0fff6ccCopy full SHA for 0fff6cc
pretty_assertions/src/lib.rs
@@ -72,7 +72,7 @@
72
//! - `alloc`: Use the `alloc` crate.
73
//! Exactly one of `std` and `alloc` is required.
74
//! - `unstable`: opt-in to unstable features that may not follow Semantic Versioning.
75
-//! Implmenetion behind this feature is subject to change without warning between patch versions.
+//! The implementation behind this feature is subject to change without warning between patch versions.
76
77
#![cfg_attr(not(feature = "std"), no_std)]
78
#![deny(clippy::all, missing_docs, unsafe_code)]
0 commit comments