Skip to content

Commit

Permalink
Rollup merge of #110104 - kormosi:todo_typo, r=cuviper
Browse files Browse the repository at this point in the history
 Reword the docstring in todo! macro definition, fixing a typo
  • Loading branch information
compiler-errors authored Apr 12, 2023
2 parents e6e46ba + 4e84d69 commit 4f2f7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/core/src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,8 @@ macro_rules! unimplemented {

/// Indicates unfinished code.
///
/// This can be useful if you are prototyping and are just looking to have your
/// code typecheck.
/// This can be useful if you are prototyping and just
/// want a placeholder to let your code pass type analysis.
///
/// 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 4f2f7fd

Please sign in to comment.