add doctest

This commit is contained in:
2026-05-18 12:44:07 -07:00
parent 291d304ac7
commit 3520f348b0
+5
View File
@@ -1,3 +1,8 @@
// test readme
#[doc = include_str!("../README.md")]
#[cfg(doctest)]
struct ReadmeDoctests;
use core::ops::RangeBounds;
// TODO: pub struct ValidInstruction<I>(I);