We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd6f55 commit 53fa6feCopy full SHA for 53fa6fe
library/core/src/macros/mod.rs
@@ -713,7 +713,7 @@ macro_rules! unimplemented {
713
/// Indicates unfinished code.
714
///
715
/// This can be useful if you are prototyping and are just looking to have your
716
-/// code typecheck.
+/// code typechecked.
717
718
/// The difference between [`unimplemented!`] and `todo!` is that while `todo!` conveys
719
/// an intent of implementing the functionality later and the message is "not yet
0 commit comments