pdb icon indicating copy to clipboard operation
pdb copied to clipboard

Add updated `SourceLanguage` variants

Open Walnut356 opened this issue 4 months ago • 0 comments

The link in the docs leads to the VS 2015 documentation, so there are a few modern variants missing. I updated the doc link and added the new variants (notably includes Rust and Go) and updated the Display and From<u8> impls accordingly

I also noticed some repeated macro usage in the Display impl. Consolidating to 1 write!() expansion should save the compiler some minuscule amount of time.

Walnut356 avatar Oct 01 '24 06:10 Walnut356