Skip to content

Commit 5dedd70

Browse files
committed
fix line length
1 parent bc9c0e6 commit 5dedd70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/macro-expansion.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ chapter](./name-resolution.md).
143143
[mresolve]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_resolve/macros/index.html
144144

145145
Here are some other notable data structures involved in expansion and integration:
146-
- [`Resolver`] - a trait used to break crate dependencies. This allows the resolver services to be used in [`rustc_ast`], despite [`rustc_resolve`] and pretty much everything else depending on [`rustc_ast`].
146+
- [`Resolver`] - a trait used to break crate dependencies. This allows the
147+
resolver services to be used in [`rustc_ast`], despite [`rustc_resolve`] and
148+
pretty much everything else depending on [`rustc_ast`].
147149
- [`ExtCtxt`]/[`ExpansionData`] - various intermediate data kept and used by expansion
148150
infrastructure in the process of its work
149151
- [`Annotatable`] - a piece of AST that can be an attribute target, almost same

0 commit comments

Comments
 (0)