Skip to content

Commit 62f1cde

Browse files
authored
refactor(promotion.md): add pre-existing EOL
1 parent 3e2d2ef commit 62f1cde

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

promotion.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ are evaluated. We thus can be more relaxed about promotion; in practice, what
7171
this means is that we will promote calls to arbitrary `const fn`, not just those
7272
marked `#[rustc_promotable]`.
7373

74-
[See below][access-static] for another special case in promotion analysis: accesses and references to statics are only promoted inside other statics.
74+
[See below][access-static] for another special case in promotion analysis:
75+
accesses and references to statics are only promoted inside other statics.
7576

7677
[warn-rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1229-compile-time-asserts.md
7778

0 commit comments

Comments
 (0)