We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc70323 commit f7a4909Copy full SHA for f7a4909
datafusion/core/src/bin/print_functions_docs.rs
@@ -88,6 +88,7 @@ fn print_window_docs() -> Result<String> {
88
// the migration of UDF documentation generation from code based
89
// to attribute based
90
// To be removed
91
+#[allow(dead_code)]
92
fn save_doc_code_text(documentation: &Documentation, name: &str) {
93
let attr_text = documentation.to_doc_attribute();
94
@@ -182,7 +183,7 @@ fn print_docs(
182
183
};
184
185
// Temporary for doc gen migration, see `save_doc_code_text` comments
- save_doc_code_text(documentation, &name);
186
+ // save_doc_code_text(documentation, &name);
187
188
// first, the name, description and syntax example
189
let _ = write!(
0 commit comments