We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddc270 commit cf4d90dCopy full SHA for cf4d90d
src/doc/reference.md
@@ -659,7 +659,7 @@ thing they can be used for is to implement derive on your own types. See
659
Procedural macros involve a few different parts of the language and its
660
standard libraries. First is the `proc_macro` crate, included with Rust,
661
that defines an interface for building a procedural macro. The
662
-`#[proc_macro_derive(Foo)]` attribute is used to mark the the deriving
+`#[proc_macro_derive(Foo)]` attribute is used to mark the deriving
663
function. This function must have the type signature:
664
665
```rust,ignore
0 commit comments