Fix typo in todo! macro docstring
This commit is contained in:
parent
7cd6f55323
commit
53fa6fe56f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue