File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: c8b088eb38128e8b0e50a550d4b89334574f1216
2
+ refs/heads/master: aace3675b7d46cda4140ca5e207963a042649aa2
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
Original file line number Diff line number Diff line change @@ -312,8 +312,8 @@ http://doc.rust-lang.org/reference.html#ffi-attributes
312
312
E0133 : r##"
313
313
Using unsafe functionality, such as dereferencing raw pointers and calling
314
314
functions via FFI or marked as unsafe, is potentially dangerous and disallowed
315
- by safety checks. As such, those safety checks can be temporarily relaxed by
316
- wrapping the unsafe instructions inside an `unsafe` block. For instance:
315
+ by safety checks. These safety checks can be relaxed for a section of the code
316
+ by wrapping the unsafe instructions with an `unsafe` block. For instance:
317
317
318
318
```
319
319
unsafe fn f() { return; }
You can’t perform that action at this time.
0 commit comments