We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b247712 commit 6d4a51bCopy full SHA for 6d4a51b
src/cxx_vector.rs
@@ -315,7 +315,8 @@ where
315
///
316
/// This trait has no publicly callable or implementable methods. Implementing
317
/// 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`.
+/// adding the line `impl CxxVector<MyType> {}` in the same `cxx::bridge` that
319
+/// defines `MyType`.
320
321
/// # Example
322
0 commit comments