Skip to content
Snippets Groups Projects
Commit 020a68a1 authored by Andrew Cann's avatar Andrew Cann
Browse files

fix size_of function in dox.rs

parent 9f3681c3
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,6 @@ mod imp {
pub mod mem {
pub fn size_of_val<T>(_: &T) -> usize { 4 }
pub fn size_of<T>(_: &T) -> usize { 4 }
pub fn size_of<T>() -> usize { 4 }
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment