Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix doc
  • Loading branch information
ShaharNaveh committed Dec 1, 2025
commit c9886c3ee086f16c31b4e4c5945d3f7d1a4178d2
2 changes: 2 additions & 0 deletions crates/compiler-core/src/bytecode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,8 @@ impl BinaryOperator {
///
/// # Example
/// ```rust
/// use rustpython_compiler_core::bytecode::BinaryOperator;
///
/// assert_eq!(BinaryOperator::Power.as_inplace(), BinaryOperator::InplacePower);
///
/// assert_eq!(BinaryOperator::InplaceSubtract.as_inplace(), BinaryOperator::InplaceSubtract);
Expand Down
Loading