add back doc attribute

This commit is contained in:
Robin Müller 2025-02-12 14:23:25 +01:00
parent 3953897c48
commit 691911d087
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -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"]