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,