Remove bad rustdoc trailing backslash
This commit is contained in:
parent
5160f8f843
commit
c9c6e22f4b
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ fn should_codegen_locally<'tcx>(tcx: TyCtxt<'tcx>, instance: &Instance<'tcx>) ->
|
|||
/// this function finds the pair of types that determines the vtable linking
|
||||
/// them.
|
||||
///
|
||||
/// For example, the source type might be `&SomeStruct` and the target type\
|
||||
/// For example, the source type might be `&SomeStruct` and the target type
|
||||
/// might be `&SomeTrait` in a cast like:
|
||||
///
|
||||
/// let src: &SomeStruct = ...;
|
||||
|
|
Loading…
Add table
Reference in a new issue