##// END OF EJS Templates
rust-revlog: generalize an error message...
Raphaël Gomès -
r53072:c90e0f65 default
parent child Browse files
Show More
@@ -137,8 +137,7 unsafe fn mmap_keeparound(
137 } else {
137 } else {
138 return Err(PyErr::new::<ValueError, _>(
138 return Err(PyErr::new::<ValueError, _>(
139 py,
139 py,
140 "Nodemap data buffer has an invalid memory representation"
140 "buffer has an invalid memory representation".to_string(),
141 .to_string(),
142 ));
141 ));
143 };
142 };
144
143
General Comments 0
You need to be logged in to leave comments. Login now