Skip to content

Commit f352bd2

Browse files
committed
Update aggregation.txt
(cherry picked from commit d49ce16)
1 parent c7013a9 commit f352bd2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source/fundamentals/aggregation.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ This guide includes the following sections:
2727
- :ref:`Compare Aggregation and Find Operations <rust-agg-compare>`
2828
describes the functionality differences between aggregation and find operations
2929

30-
- :ref:`Retrieve Documents as an Array <rust-cursor-array>`
31-
describes how to access all results as a single array by collecting the
32-
returned cursor results
33-
3430
- :ref:`Server Limitations <rust-agg-limitations>` describes the
3531
server limitations on memory usage for aggregation operations
3632

@@ -262,4 +258,4 @@ To learn more about any of the methods or types discussed in this
262258
guide, see the following API documentation:
263259

264260
- `aggregate() <{+api+}/struct.Collection.html#method.aggregate>`__
265-
- `AggregateOptions <{+api+}/options/struct.AggregateOptions.html>`__
261+
- `AggregateOptions <{+api+}/options/struct.AggregateOptions.html>`__

0 commit comments

Comments
 (0)