Switch from pico-args to xflags

This commit is contained in:
Aleksey Kladov
2021-03-02 15:01:48 +03:00
parent 61c73caa30
commit 3038579c8e
6 changed files with 317 additions and 312 deletions

View File

@@ -35,6 +35,7 @@ pub enum BenchWhat {
GotoDef(Position),
}
#[derive(Debug, Clone)]
pub struct Position {
pub path: AbsPathBuf,
pub line: u32,