yaml_test_runner/src/step/do.rs (3 lines): - line 349: // TODO: Should we simply omit empty Refresh tests? - line 514: // TODO: _source filter can be true|false|list of strings - line 646: // TODO: ideally, this should share the logic from EnumBuilder api_generator/src/generator/code_gen/url/url_builder.rs (2 lines): - line 459: // TODO: Must be a nicer conversion than this - line 468: // TODO: Must be a nicer conversion than this elasticsearch/src/lib.rs (1 line): - line 349: // TODO: turn on before releasing :) Will require adding documentation within all REST API specs elasticsearch/src/root/bulk.rs (1 line): - line 54: // TODO: intentionally omit type for now, as it's going away. elasticsearch/src/client.rs (1 line): - line 40: // TODO: There must be a better way of serializing a Vec to a comma-separated url encoded string... api_generator/src/generator/code_gen/request/request_builder.rs (1 line): - line 140: // TODO: we special case expand_wildcards here to be a list, but this should be fixed upstream api_generator/src/generator/code_gen/url/enum_builder.rs (1 line): - line 320: #[ignore] // TODO: now that rust_fmt is not used, ast_eq function emits _slightly_ different Tokens which fail comparison... yaml_test_runner/src/generator.rs (1 line): - line 295: // TODO: collect up the do calls for now. We do also need to handle skip, etc. api_generator/src/generator/code_gen/mod.rs (1 line): - line 166: /// TODO: This function is serving too many purposes. Refactor it