Skip to content

Commit e6c4742

Browse files
Merge #547
547: Remove invalid dummy r=pietroalbini a=Veykril It was meant as a future TODO, but what it wants to descibe is not reasonable Closes #545 Co-authored-by: Lukas Wirth <[email protected]>
2 parents cfd5af5 + 857857b commit e6c4742

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ownership-and-deconstruction.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,6 @@ A :t:`mutable borrow` is a :t:`mutable reference` produced by :t:`borrowing`.
204204
:dp:`fls_kup2ou22nwyl`
205205
Immutably :t:`borrowing` a :t:`value` proceeds as follows:
206206

207-
#. :dp:`fls_5bf2x4sm5ei`
208-
**???** (**this should describe the order of borrowing and when the borrow
209-
is returned**)
210-
211207
#. :dp:`fls_8q5ly4x104ai`
212208
An :t:`immutable borrow` of :t:`type` ``&'a T`` is created, where
213209
:t:`lifetime` ``'a`` is replaced by a :t:`lifetime variable`, and

0 commit comments

Comments
 (0)