Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-08-16 13:15:39 +02:00
parent 2ecd147036
commit abc32ba70f

View File

@ -9,7 +9,6 @@
///
/// Example:
/// ```
/// // Our owner which we want to borrow from.
/// struct Owner(i64);
/// struct Borrow<'a>(&'a mut i64);
///