ngn@lemy.lol to Programmer Humor@lemmy.mlEnglish · 1 year agogot himlemy.lolimagemessage-square129fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagegot himlemy.lolngn@lemy.lol to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square129fedilink
minus-squarelseif@sopuli.xyzlinkfedilinkarrow-up0·1 year agothe problem is that, while skimming the start of each lines, nothing about 'G' | 'g' tells me that its a branch. i need to spend more time parsing it. mind you, this may simply be a problem with rust’s syntax, not just ur formatting.
the problem is that, while skimming the start of each lines, nothing about
'G' | 'g'
tells me that its a branch. i need to spend more time parsing it. mind you, this may simply be a problem with rust’s syntax, not just ur formatting.