Skip to content

Commit

Permalink
fix: Bump pyo3 to fix false positive of unnecessary_fallible_conversi…
Browse files Browse the repository at this point in the history
…ons (#3873)

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Jan 1, 2024
1 parent d5115cc commit de98d35
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ doc = false
[dependencies]
futures = "0.3.28"
opendal.workspace = true
pyo3 = "0.20"
pyo3 = "0.20.1"
pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
tokio = "1"
3 changes: 0 additions & 3 deletions bindings/python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
// specific language governing permissions and limitations
// under the License.

// Suppress clippy::redundant_closure warning from pyo3 generated code
#![allow(clippy::redundant_closure)]

// expose the opendal rust core as `core`.
// We will use `ocore::Xxx` to represents all types from opendal rust core.
pub use ::opendal as ocore;
Expand Down

0 comments on commit de98d35

Please sign in to comment.