Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Mar 27, 2024
1 parent 772bda4 commit 4ac3f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rawpointer = { version = "0.2" }
[dev-dependencies]
defmac = "0.2"
quickcheck = { version = "1.0", default-features = false }
approx = "0.5"
approx = "0.4"
itertools = { version = "0.12", default-features = false, features = ["use_std"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/data_repr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl<A> OwnedRepr<A> {
}
}

pub(crate) fn device(&self) -> Device {
pub(crate) const fn device(&self) -> Device {
self.device
}

Expand Down

0 comments on commit 4ac3f96

Please sign in to comment.