Skip to content

Commit

Permalink
Rollup merge of rust-lang#67912 - LPardue:patch-1, r=Centril
Browse files Browse the repository at this point in the history
macros: typo fix

spotted while reviewing the todo!macro docs
  • Loading branch information
Dylan-DPC committed Jan 6, 2020
2 parents c79034e + cb8c071 commit 162154f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ macro_rules! unreachable {

/// Indicates unimplemented code by panicking with a message of "not implemented".
///
/// This allows the your code to type-check, which is useful if you are prototyping or
/// This allows your code to type-check, which is useful if you are prototyping or
/// implementing a trait that requires multiple methods which you don't plan of using all of.
///
/// The difference between `unimplemented!` and [`todo!`](macro.todo.html) is that while `todo!`
Expand Down

0 comments on commit 162154f

Please sign in to comment.