add doctest
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
// test readme
|
||||||
|
#[doc = include_str!("../README.md")]
|
||||||
|
#[cfg(doctest)]
|
||||||
|
struct ReadmeDoctests;
|
||||||
|
|
||||||
use core::ops::RangeBounds;
|
use core::ops::RangeBounds;
|
||||||
|
|
||||||
// TODO: pub struct ValidInstruction<I>(I);
|
// TODO: pub struct ValidInstruction<I>(I);
|
||||||
|
|||||||
Reference in New Issue
Block a user