We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b15366 commit 3f5dba9Copy full SHA for 3f5dba9
1 file changed
guide/src/migration.md
@@ -55,7 +55,7 @@ let _: Py<PyNone> = unsafe { Py::from_owned_ptr(py, raw_ptr) };
55
# })
56
```
57
58
-Before:
+After:
59
60
```rust
61
# use pyo3::prelude::*;
0 commit comments