Skip to content

Commit c9c6e22

Browse files
committed
Remove bad rustdoc trailing backslash
1 parent 5160f8f commit c9c6e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_monomorphize/src/collector.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ fn should_codegen_locally<'tcx>(tcx: TyCtxt<'tcx>, instance: &Instance<'tcx>) ->
975975
/// this function finds the pair of types that determines the vtable linking
976976
/// them.
977977
///
978-
/// For example, the source type might be `&SomeStruct` and the target type\
978+
/// For example, the source type might be `&SomeStruct` and the target type
979979
/// might be `&SomeTrait` in a cast like:
980980
///
981981
/// let src: &SomeStruct = ...;

0 commit comments

Comments
 (0)