We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c79034e + cb8c071 commit 162154fCopy full SHA for 162154f
src/libcore/macros/mod.rs
@@ -551,7 +551,7 @@ macro_rules! unreachable {
551
552
/// Indicates unimplemented code by panicking with a message of "not implemented".
553
///
554
-/// 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
555
/// implementing a trait that requires multiple methods which you don't plan of using all of.
556
557
/// The difference between `unimplemented!` and [`todo!`](macro.todo.html) is that while `todo!`
0 commit comments