Skip to content

Commit

Permalink
fix(duplicate): remove unnecessary duplicate word
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailarilik authored and tshepang committed Jul 18, 2023
1 parent 6e6f620 commit f15fd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/compiletest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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
// aux-build: my-proc-macro.rs
Expand Down

0 comments on commit f15fd8b

Please sign in to comment.