You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
3efe567 ("Enhanced hover tooltips") added the `full_docs`
configuration option as an `Inferrable`. However, it failed to actually
merge the option during a config update, causing a panic if the client
specified `full_docs` to be `null`. Example panic:
thread '<unnamed>' panicked at 'internal error: entered unreachable code', src/config.rs:111:33
Fix this to prevent the crash.
0 commit comments