Rename Unsafe to Safety
This commit is contained in:
@@ -266,7 +266,7 @@ pub struct ImplHeader<'tcx> {
|
||||
pub struct ImplTraitHeader<'tcx> {
|
||||
pub trait_ref: ty::EarlyBinder<ty::TraitRef<'tcx>>,
|
||||
pub polarity: ImplPolarity,
|
||||
pub unsafety: hir::Unsafety,
|
||||
pub safety: hir::Safety,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Debug, TypeFoldable, TypeVisitable)]
|
||||
|
||||
Reference in New Issue
Block a user