Skip to content

Commit cb8c071

Browse files
authored
macros: typo fix
spotted while reviewing the todo!macro docs
1 parent 0731573 commit cb8c071

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)