rust/library/proc_macro/src/bridge
Nicholas Nethercote 84ac80f192 Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
2024-07-29 08:26:52 +10:00
..
arena.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
buffer.rs lib: replace some mem::forget's with ManuallyDrop 2024-07-15 22:01:09 +03:00
client.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
closure.rs Add some comments about _marker fields. 2022-05-27 15:58:35 +10:00
fxhash.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
handle.rs SeqCst->Relaxed for proc_macro bridge counter. 2024-03-19 15:27:11 +01:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
rpc.rs Apply x clippy --fix and x fmt 2024-05-30 09:51:27 +08:00
selfless_reify.rs proc_macro: cache static spans in client's thread-local state 2022-06-25 10:28:11 -04:00
server.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
symbol.rs Fix doc nits 2024-07-26 13:26:33 +01:00