-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make UI tab completer list use Vec<&str> instead of Vec<String> #53
Comments
Actually internally, rustyline prefers &str but I'd have to figure it out with the lifetimes somehow |
The problem is that |
Well.... turns out I basically did this automatically with #62 xd |
Performance improvements in 21bf2b3
to
|
Don't know how feasible this is or if it's necessary.
See 275b337
The text was updated successfully, but these errors were encountered: