Skip to content

Commit

Permalink
Merge pull request #3517 from davidhewitt/remove-comparison
Browse files Browse the repository at this point in the history
remove comparison to rust-cpython
  • Loading branch information
davidhewitt authored Oct 16, 2023
2 parents f12f928 + 2ca8e57 commit 674dac8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 86 deletions.
5 changes: 2 additions & 3 deletions guide/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@
---

[Appendix A: Migration guide](migration.md)
[Appendix B: PyO3 and rust-cpython](rust_cpython.md)
[Appendix C: Trait bounds](trait_bounds.md)
[Appendix D: Python typing hints](python_typing_hints.md)
[Appendix B: Trait bounds](trait_bounds.md)
[Appendix C: Python typing hints](python_typing_hints.md)
[CHANGELOG](changelog.md)

---
Expand Down
82 changes: 0 additions & 82 deletions guide/src/rust_cpython.md

This file was deleted.

1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ pub mod doc_test {
"guide/src/performance.md" => guide_performance_md,
"guide/src/python_from_rust.md" => guide_python_from_rust_md,
"guide/src/python_typing_hints.md" => guide_python_typing_hints_md,
"guide/src/rust_cpython.md" => guide_rust_cpython_md,
"guide/src/trait_bounds.md" => guide_trait_bounds_md,
"guide/src/types.md" => guide_types_md,
}
Expand Down

0 comments on commit 674dac8

Please sign in to comment.