fix(duplicate): remove unnecessary duplicate word
This commit is contained in:
parent
f2555ba137
commit
a014f290dc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue