Skip to content

Commit ed3caa3

Browse files
authored
Rollup merge of #40316 - oli-obk:patch-4, r=GuillaumeGomez
Fix a typo in the docs
2 parents 0c30308 + acd8fe8 commit ed3caa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/mod.rs

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

0 commit comments

Comments
 (0)