We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f445d6 commit 3f8fc75Copy full SHA for 3f8fc75
guide/src/get_started.md
@@ -44,7 +44,7 @@ features = ["extension-module"]
44
45
**`src/lib.rs`**
46
47
-```rust
+```rust,ignore
48
# extern crate pyo3;
49
use pyo3::prelude::*;
50
use pyo3::wrap_pyfunction;
@@ -89,7 +89,7 @@ pyo3 = "0.5"
89
90
Example program displaying the value of `sys.version`:
91
92
93
94
95
use pyo3::types::PyDict;
tests/test_doc.rs
@@ -23,6 +23,7 @@ fn test_guide() {
23
}
24
25
26
+#[ignore]
27
#[test]
28
#[cfg(feature = "test-doc")]
29
fn test_readme() {
0 commit comments