Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed Sep 16, 2024
1 parent bb1e5ca commit 5943769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqir/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ impl Module {
// and we'll get a segfault if we drop it.
forget(other);
if result == 0 {
return None;
None
} else {
// in the future we need to return a proper error message
// using `LLVMContextSetDiagnosticHandler`. This is a lot of work
Expand Down

0 comments on commit 5943769

Please sign in to comment.