diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-12-21 00:36:22 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-12-21 00:36:22 +0100 |
| commit | 2b660968aa7e1e8efb7c396e17066a1a98c8c10e (patch) | |
| tree | 40a059ccad2c82455af1d8456fabcb4502491642 /src/main.rs | |
| parent | 6f111f941008f10ddc06e6f56da9e3582e90d2c4 (diff) | |
Restructure value conversions 🧱
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index acd2d0cd..213734d7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -39,7 +39,7 @@ fn main() -> anyhow::Result<()> { let mut index = FsIndex::new(); index.search_dir("fonts"); - index.search_os(); + index.search_system(); let (files, descriptors) = index.into_vecs(); let env = Rc::new(RefCell::new(Env { |
