This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information