From 691911d0871abc1aabe53b1dc51a988fc443c250 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 12 Feb 2025 14:23:25 +0100 Subject: [PATCH] add back doc attribute --- va108xx/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/va108xx/src/lib.rs b/va108xx/src/lib.rs index 55a9a23..8e4d11c 100644 --- a/va108xx/src/lib.rs +++ b/va108xx/src/lib.rs @@ -3,6 +3,8 @@ svd2rust release can be generated by cloning the svd2rust [repository], checking #![allow(non_camel_case_types)] #![allow(non_snake_case)] #![no_std] +// Manually inserted. +#![cfg_attr(docsrs, feature(doc_auto_cfg))] use core::marker::PhantomData; use core::ops::Deref; #[doc = r"Number available in the NVIC for configuring priority"] -- 2.43.0