We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0731bc commit ee85007Copy full SHA for ee85007
ch6/ch6-particles/src/main.rs
@@ -18,6 +18,7 @@ struct ReportingAllocator; // <7>
18
//
19
20
/// Execute a closure without logging on allocations.
21
+/// Source: https://github.com/andrewhickman/logging-allocator/blob/master/src/lib.rs#L42-L57
22
pub fn run_guarded<F>(f: F)
23
where
24
F: FnOnce(),
0 commit comments