Skip to content

Commit

Permalink
Merge pull request #339 from dtolnay/triviality
Browse files Browse the repository at this point in the history
Tweak wording of the triviality requirement
  • Loading branch information
dtolnay authored Oct 5, 2020
2 parents 2c4b35f + b8543bd commit 9420532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extern_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub unsafe trait ExternType {
/// [move constructor is trivial]: https://en.cppreference.com/w/cpp/types/is_move_constructible
///
/// If you believe your C++ type reflected by this ExternType impl is indeed
/// trivial, you can specify:
/// fine to hold by value and move in Rust, you can specify:
///
/// ```
/// # struct TypeName;
Expand Down

0 comments on commit 9420532

Please sign in to comment.