We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906ea4e commit fe80784Copy full SHA for fe80784
1 file changed
tests/benchmarks/out/unsafe/bfs.rs
@@ -111,7 +111,6 @@ pub unsafe fn BFS_0(graph: *const Graph, mut start_vertex: u32) -> *mut u32 {
111
head = (*head).next;
112
}
113
114
-
115
::std::mem::drop(Box::from_raw(::std::slice::from_raw_parts_mut(
116
visited,
117
libcc2rs::malloc_usable_size(visited as *mut ::libc::c_void)
@@ -173,7 +172,6 @@ unsafe fn main_0() -> i32 {
173
172
174
i.prefix_inc();
175
176
177
178
graph.adj,
179
libcc2rs::malloc_usable_size(graph.adj as *mut ::libc::c_void)
0 commit comments