rust/compiler
Nicholas Nethercote 3dea72aa1b Remove one use of as_results_cursor.
It's currently used because `requires_storage_results` is used in two
locations: once with a cursor, and once later on without a cursor. The
non-consuming `as_results_cursor` is used for the first location.

But we can instead use the consuming `into_results_cursor` and then use
`into_results` to extract the `Results` from the finished-with cursor
for use at the second location.
2023-11-27 10:35:43 +11:00
..
2023-11-24 14:32:05 +00:00
2023-11-26 08:38:02 +11:00
2023-11-23 14:11:02 +03:00
2023-11-23 14:11:02 +03:00
2023-11-27 10:35:42 +11:00
2023-11-25 18:47:16 +00:00