From 898a89ab7f934d039db904f46464c0dc2bcf493e Mon Sep 17 00:00:00 2001 From: luca paterlini Date: Tue, 20 Jan 2026 18:32:11 +0100 Subject: [PATCH] Update question_mark.md phoneNumber number is not in use and it generates a working --- src/error/option_unwrap/question_mark.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/error/option_unwrap/question_mark.md b/src/error/option_unwrap/question_mark.md index 082b416eb0..1fb9cab016 100644 --- a/src/error/option_unwrap/question_mark.md +++ b/src/error/option_unwrap/question_mark.md @@ -28,6 +28,7 @@ struct Job { } #[derive(Clone, Copy)] +#[allow(dead_code)] struct PhoneNumber { area_code: Option, number: u32,