mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
Remove bad rustdoc trailing backslash
This commit is contained in:
parent
5160f8f843
commit
c9c6e22f4b
@ -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…
Reference in New Issue
Block a user