]> git.lizzy.rs Git - rust.git/commit
Merge #5678
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 7 Aug 2020 12:20:13 +0000 (12:20 +0000)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 12:20:13 +0000 (12:20 +0000)
commit911ef38b24efc3e273f7395578c10e05ceb0cd7b
tree86064e398c02cb4eff29200cbc0ae10e324be1a1
parentae1197accd6150b9ba5e6273794ec7f7500acdc8
parent8e657f663d519771ac8ffcd4b52ded8cb381b918
Merge #5678

5678: Static mut unsafe semantic highlighting r=jonas-schievink a=Nashenas88

This marks static mutable names as unsafe, since accessing or modifying a static mut is an unsafe operation.

Co-authored-by: Paul Daniel Faria <Nashenas88@users.noreply.github.com>