pdb
pdb copied to clipboard
Add updated `SourceLanguage` variants
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.