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.
2 parents 3cba431 + a158ebd commit 3a2787dCopy full SHA for 3a2787d
core/src/macros/mod.rs
@@ -712,8 +712,8 @@ macro_rules! unimplemented {
712
713
/// Indicates unfinished code.
714
///
715
-/// This can be useful if you are prototyping and are just looking to have your
716
-/// code typecheck.
+/// This can be useful if you are prototyping and just
+/// want a placeholder to let your code pass type analysis.
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