mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:55:59 +02:00
Clarify todo/fixmes
This commit is contained in:
@ -82,7 +82,9 @@ impl Completer for NuCompleter {
|
||||
Ok(Value::List { vals, .. }) => vals
|
||||
.into_iter()
|
||||
.map(move |x| {
|
||||
let s = x.as_string().expect("FIXME");
|
||||
let s = x.as_string().expect(
|
||||
"FIXME: better error handling for custom completions",
|
||||
);
|
||||
|
||||
(
|
||||
reedline::Span {
|
||||
|
Reference in New Issue
Block a user