mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-08-01 08:10:21 -07:00
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:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user