Skip to content

Commit

Permalink
Fix typo in todo! macro docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kormosi committed Apr 9, 2023
1 parent 7cd6f55 commit 53fa6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53fa6fe

Please sign in to comment.