autocomplete fully works now

This commit is contained in:
Simon Gardling
2022-03-31 09:46:01 -04:00
parent e44823713b
commit 68b4eb9454
6 changed files with 110 additions and 33 deletions

View File

@@ -1,4 +1,5 @@
#![feature(const_mut_refs)]
#![feature(let_chains)]
#[macro_use]
extern crate static_assertions;