As you can see here:
when I use the syntax << in the line
let min_hash = BigUint::one() << (256 - 4 * LEADING_ZEROS);
visual studio code makes a mess out of my theme colors.
Am I making an error here or is this a bug of some sort?
Apologies if this is the wrong place to ask.