mirror of https://github.com/rust-lang/rfcs.git
Fix typo
This commit is contained in:
parent
2c106c3c7e
commit
c1192da628
|
@ -156,7 +156,7 @@ Three, if we were to say that the proof obligation of ensuring the signature of
|
|||
|
||||
## Prefix only `extern` with `safe` or `unsafe`
|
||||
|
||||
One could ask, who not prefix *only* `extern` with `safe` or `unsafe`? E.g.:
|
||||
One could ask, why not prefix *only* `extern` with `safe` or `unsafe`? E.g.:
|
||||
|
||||
```rust
|
||||
safe extern {
|
||||
|
|
Loading…
Reference in New Issue