Skip to content

Commit b8ec8f5

Browse files
authored
Merge pull request #358 from MajorBreakfast/patch-1
Remove some left over words
2 parents 1935935 + 66f9cfd commit b8ec8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2018-12-21-Procedural-Macros-in-Rust-2018.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Right off the bat we can see a few important properties of procedural macros:
8686
bit
8787
* We're *executing arbitrary code* at compile time, which means we can do just
8888
about anything!
89-
* Procedural macros are incorporated with the module system, meaning no more
90-
they can be imported just like any other name.
89+
* Procedural macros are incorporated with the module system, meaning they can
90+
be imported just like any other name.
9191

9292
Before we take a look at implementing a procedural macro, let's first dive into
9393
some of these points.

0 commit comments

Comments
 (0)