Skip to content

Commit

Permalink
fix: clippy cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Feb 3, 2025
1 parent e9b2bde commit df96759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v0.0.29 [FUTURE]
## v0.0.29 [2025-02-03]

- internal
- Made sure each `ryo3-*` crate has a `README.md`
Expand Down
2 changes: 1 addition & 1 deletion crates/ryo3-bytes/src/bytes_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::bytes::PyBytes;
use pyo3::prelude::*;
use pyo3::types::{PyString, PyType};
use pyo3::IntoPyObjectExt;
use std::hash::{Hash, Hasher};
use std::hash::Hash;

#[pymethods]
impl PyBytes {
Expand Down

0 comments on commit df96759

Please sign in to comment.