chore: Mark CryptoServer::poll example as ignore

No need to run a test that is in tests/ also during the doctests
This commit is contained in:
Karolin Varner
2024-12-17 18:14:55 +01:00
parent 9cc860fdeb
commit 78af5d1dc4
+1 -1
View File
@@ -2899,7 +2899,7 @@ impl CryptoServer {
/// This is a lot of code. If you want to read the file outside of the documentation,
/// check out `rosenpass/tests/poll_example.rs" in the repository.
///
#[doc = "```"]
#[doc = "```ignore"]
#[doc = include_str!("../../tests/poll_example.rs")]
#[doc = "```"]
pub fn poll(&mut self) -> Result<PollResult> {