ngn@lemy.lol to Programmer Humor@lemmy.mlEnglish · 7 months agogot himlemy.lolimagemessage-square132fedilinkarrow-up1485arrow-down141
arrow-up1444arrow-down1imagegot himlemy.lolngn@lemy.lol to Programmer Humor@lemmy.mlEnglish · 7 months agomessage-square132fedilink
minus-squarelseiflinkfedilinkarrow-up2·7 months 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.