Fix a typo in the docs

This commit is contained in:
Oliver Schneider 2017-03-07 10:45:13 +01:00 committed by GitHub
parent b04ebef432
commit acd8fe8fe8

View File

@ -1286,7 +1286,7 @@ pub struct Destructor {
/// invoked even when there are lifetimes in the type-structure of
/// `adt` that do not strictly outlive the adt value itself.
/// (This allows programs to make cyclic structures without
/// resorting to unasfe means; see RFCs 769 and 1238).
/// resorting to unsafe means; see RFCs 769 and 1238).
pub is_dtorck: bool,
}