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.
|
||||
///
|
||||
/// 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
|
||||
/// an intent of implementing the functionality later and the message is "not yet
|
||||
|
|
Loading…
Add table
Reference in a new issue