We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126561c commit 54ccf95Copy full SHA for 54ccf95
library/core/src/macros/mod.rs
@@ -595,7 +595,7 @@ macro_rules! unreachable {
595
/// Indicates unimplemented code by panicking with a message of "not implemented".
596
///
597
/// This allows your code to type-check, which is useful if you are prototyping or
598
-/// implementing a trait that requires multiple methods which you don't plan of using all of.
+/// implementing a trait that requires multiple methods which you don't plan to use all of.
599
600
/// The difference between `unimplemented!` and [`todo!`] is that while `todo!`
601
/// conveys an intent of implementing the functionality later and the message is "not yet
0 commit comments