We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0731573 commit cb8c071Copy full SHA for cb8c071
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