Clearable
This commit is contained in:
@@ -30,6 +30,10 @@ async fn position_file(
|
||||
expand_left: bool,
|
||||
expand_right: bool,
|
||||
) -> Result<Positioned, Error> {
|
||||
info!(
|
||||
"position_file called {} {} {:?} {:?}",
|
||||
expand_left, expand_right, range, path
|
||||
);
|
||||
assert_eq!(expand_left && expand_right, false);
|
||||
match OpenOptions::new().read(true).open(&path).await {
|
||||
Ok(file) => {
|
||||
|
||||
Reference in New Issue
Block a user