Skip to content

Commit 51f2499

Browse files
apply suggestions
1 parent 86e6f2e commit 51f2499

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/const_eval.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ r[const-eval.const-expr.path-item]
4343

4444
r[const-eval.const-expr.path-static]
4545
* Paths to [statics] with these restrictions and observations.
46-
* In particular, reads and writes to any `static`, `static mut` or [`extern` statics] is not allowed.
47-
* Immutable borrows and pointers into immutable part of a `static` are allowed and observes the same restriction
48-
on all other forms of [borrow]s as mentioned below.
46+
* In particular, reads and writes to any `static mut` or [`extern` statics] is not allowed.
4947

5048
r[const-eval.const-expr.tuple]
5149
* [Tuple expressions].

0 commit comments

Comments
 (0)