Fix typo in todo! macro docstring
This commit is contained in:
@@ -713,7 +713,7 @@ macro_rules! unimplemented {
|
|||||||
/// Indicates unfinished code.
|
/// Indicates unfinished code.
|
||||||
///
|
///
|
||||||
/// This can be useful if you are prototyping and are just looking to have your
|
/// This can be useful if you are prototyping and are just looking to have your
|
||||||
/// code typecheck.
|
/// code typechecked.
|
||||||
///
|
///
|
||||||
/// The difference between [`unimplemented!`] and `todo!` is that while `todo!` conveys
|
/// The difference between [`unimplemented!`] and `todo!` is that while `todo!` conveys
|
||||||
/// an intent of implementing the functionality later and the message is "not yet
|
/// an intent of implementing the functionality later and the message is "not yet
|
||||||
|
|||||||
Reference in New Issue
Block a user