File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ where
165
165
* describing the current page of results to return
166
166
*
167
167
* This implementation is used for `ApiScanByName` and `ApiScanById`. See
168
- * [`data_page_params_for_nameid_name `] and [`data_page_params_for_nameid_id`]
169
- * for variants that can be used for `ApiScanByNameOrId`.
168
+ * [`data_page_params_nameid_name `] and [`data_page_params_nameid_id`] for
169
+ * variants that can be used for `ApiScanByNameOrId`.
170
170
*/
171
171
pub fn data_page_params_for < ' a , S > (
172
172
rqctx : & ' a Arc < RequestContext > ,
Original file line number Diff line number Diff line change 52
52
* instantiated (from scratch) with each OXC instance.
53
53
*/
54
54
55
+ /*
56
+ * We only use rustdoc for internal documentation, including private items, so
57
+ * it's expected that we'll have links to private items in the docs.
58
+ */
59
+ #![ allow( private_intra_doc_links) ]
60
+
55
61
mod api_error;
56
62
pub mod api_model;
57
63
mod cmd;
You can’t perform that action at this time.
0 commit comments