Skip to content

Commit 162154f

Browse files
authored
Rollup merge of rust-lang#67912 - LPardue:patch-1, r=Centril
macros: typo fix spotted while reviewing the todo!macro docs
2 parents c79034e + cb8c071 commit 162154f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/macros/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ macro_rules! unreachable {
551551

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

0 commit comments

Comments
 (0)