Reduce the scope of the allowed unsafe code in context.rs.
270f0aa
Since I made unsafe code opt-in in layout, the unsafe code in this module has been reduced to a single unsafe impl, so there is no reason to allow it in the entire module.