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 148f033 commit b3812c3Copy full SHA for b3812c3
src/flow_definition/mod.rs
@@ -24,7 +24,7 @@ impl FlowUpdateService {
24
let mut runtime_definitions = Vec::new();
25
let mut flow_types = Vec::new();
26
27
- let definitions = match code0_definition_reader::parser::Parser::from_path(definition_path)
+ let definitions = match code0_definition_reader::package::Parser::from_path(definition_path)
28
{
29
Some(reader) => reader,
30
None => {
0 commit comments