### Summary Guess we could warn here as well? :) ### Reproducer I tried this code: ```rust fn main() { let val1 = unsafe { Some(1).unwrap_unchecked() }; } ``` ### Version _No response_ ### Additional Labels _No response_