If I hover on the `None` below the hover window pops up and immediately closed. vscode 1.42.1 ```rust pub fn foo() -> Vec<Option<i32>> { vec![No<|>ne] } ```