Skip to content

Commit 6d4a51b

Browse files
committed
Wrap PR 1298 to 80 columns
1 parent b247712 commit 6d4a51b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cxx_vector.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ where
315315
///
316316
/// This trait has no publicly callable or implementable methods. Implementing
317317
/// it outside of the CXX codebase requires using [explicit shim trait impls],
318-
/// adding the line `impl CxxVector<MyType> {}` in the same `cxx::bridge` that defines `MyType`.
318+
/// adding the line `impl CxxVector<MyType> {}` in the same `cxx::bridge` that
319+
/// defines `MyType`.
319320
///
320321
/// # Example
321322
///

0 commit comments

Comments
 (0)