Skip to content

Commit

Permalink
fix: panic message read_vec -> read
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 17, 2025
1 parent b997a8f commit f4793db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zkvm/lib/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub fn read<T: DeserializeOwned>() -> T {

if failed {
panic!(
"The input stream was exhausted before the call to read_vec @ {}",
"The input stream was exhausted before the call to read @ {}",
std::panic::Location::caller()
)
}
Expand Down

0 comments on commit f4793db

Please sign in to comment.