Skip to content

Commit

Permalink
Rollup merge of rust-lang#40316 - oli-obk:patch-4, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Fix a typo in the docs
  • Loading branch information
Ariel Ben-Yehuda committed Mar 8, 2017
2 parents 37faa60 + acd8fe8 commit 75262cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/ty/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 75262cb

Please sign in to comment.