Remove fanciful nomenclature.
This commit is contained in:
parent
6764b803a0
commit
e1da6e554b
2 changed files with 8 additions and 10 deletions
|
|
@ -57,8 +57,8 @@ pub fn query_files_at_paths(
|
|||
)?;
|
||||
results.push(query_testing::CaptureInfo {
|
||||
name: capture_name.to_string(),
|
||||
position: capture.node.start_position(),
|
||||
terminus: capture.node.end_position(),
|
||||
start: capture.node.start_position(),
|
||||
end: capture.node.end_position(),
|
||||
});
|
||||
}
|
||||
} else {
|
||||
|
|
@ -85,8 +85,8 @@ pub fn query_files_at_paths(
|
|||
}
|
||||
results.push(query_testing::CaptureInfo {
|
||||
name: capture_name.to_string(),
|
||||
position: capture.node.start_position(),
|
||||
terminus: capture.node.end_position(),
|
||||
start: capture.node.start_position(),
|
||||
end: capture.node.end_position(),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue