Auto merge of #24844 - diwic:patch-1, r=steveklabnik

I figure I'd start easy with fixing a simple documentation bug. This is also a test to see that I got everything right w r t the fork/pull request process.
This commit is contained in:
bors 2015-04-27 02:35:32 +00:00
commit 43a273fed0

View File

@ -66,6 +66,8 @@ unsafe {
}
```
[unsafe]: unsafe.html
Furthermore, any type stored in a `static` must be `Sync`.
# Initializing