Skip to content

Commit 857857b

Browse files
committed
Remove invalid dummy
It was meant as a future TODO, but what it wants to descibe is not reasonable
1 parent cfd5af5 commit 857857b

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)