fix(duplicate): remove unnecessary duplicate word

This commit is contained in:
İsmail Arılık 2023-07-18 11:49:13 +03:00 committed by Tshepang Mbambo
parent f2555ba137
commit a014f290dc
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ compiler, and `no-prefer-dynamic` is needed to tell compiletest to not use
`prefer-dynamic` which is not compatible with proc-macros. `prefer-dynamic` which is not compatible with proc-macros.
The `#![crate_type]` attribute is needed to specify the correct crate-type. The `#![crate_type]` attribute is needed to specify the correct crate-type.
Then in your test, you can build with with `aux-build`: Then in your test, you can build with `aux-build`:
```rust,ignore ```rust,ignore
// aux-build: my-proc-macro.rs // aux-build: my-proc-macro.rs