Skip to content

Commit

Permalink
Wrap PR 1298 to 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 3, 2024
1 parent b247712 commit 6d4a51b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cxx_vector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ where
///
/// This trait has no publicly callable or implementable methods. Implementing
/// it outside of the CXX codebase requires using [explicit shim trait impls],
/// adding the line `impl CxxVector<MyType> {}` in the same `cxx::bridge` that defines `MyType`.
/// adding the line `impl CxxVector<MyType> {}` in the same `cxx::bridge` that
/// defines `MyType`.
///
/// # Example
///
Expand Down

0 comments on commit 6d4a51b

Please sign in to comment.