Add a missing newline.

This commit is contained in:
Vytautas Astrauskas 2020-04-16 13:39:21 -07:00
parent 688cacbdd7
commit a585dc8289

View File

@ -331,6 +331,7 @@ fn remap_thread_local_alloc_ids(
}
Ok(())
}
/// Get a thread-specific allocation id for the given thread-local static.
/// If needed, allocate a new one.
///