]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22262 - lfairy:unsafe-cell-lang-item, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Feb 2015 12:56:05 +0000 (18:26 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Feb 2015 12:56:05 +0000 (18:26 +0530)
commit8ebbf584a05ce9da6fdf2c632734fa01b432f171
tree1295dd160f4c0d91df014387d089d9f003c36cb5
parentda1a1f515fbedb32cfd954e2dc9cbf93a02453c8
parentaef55517519682764c08b0471692e5b0377a8c10
Rollup merge of #22262 - lfairy:unsafe-cell-lang-item, r=alexcrichton

 `Unsafe` was renamed to `UnsafeCell` a while ago, but the corresponding lang item kept the old name. This patch fixes the inconsistency.

r? @eddyb