Skip to content

Commit 6232763

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

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)