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 683d4bd commit 75dd02dCopy full SHA for 75dd02d
crates/fivetran_source/src/api_types/mod.rs
@@ -163,7 +163,7 @@ impl Default for SelectionArg {
163
164
#[derive(Serialize)]
165
#[serde(rename_all = "camelCase")]
166
-#[allow(dead_code)] // TODO: remove
+#[allow(dead_code)]
167
pub struct GetTableColumnNamesResponse {
168
pub by_component: BTreeMap<String, Vec<GetTableColumnNameTable>>,
169
}
0 commit comments