you can already write doctests without e-h-mock ```rust /// ``` /// #fn f(spi: impl SpiDevice) { /// spi.write(&[0x40]); /// #} /// ```