Skip to content

Commit 3aff4e9

Browse files
authored
accepts_replies returns value directly now (#696)
1 parent 7941895 commit 3aff4e9

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ impl Query {
142142
}
143143

144144
fn accepts_replies(&self) -> PyResult<ReplyKeyExpr> {
145-
Ok(self.get_ref()?.accepts_replies().into_pyres()?.into())
145+
Ok(self.get_ref()?.accepts_replies().into())
146146
}
147147

148148
#[allow(clippy::too_many_arguments)]

0 commit comments

Comments
 (0)