huonw / spellck

A spell-checker for Rust code.
Apache License 2.0
18 stars 4 forks source link

rework misspelled spans to only the word. #19

Open sinistersnare opened 9 years ago

sinistersnare commented 9 years ago

Right now there is a bug with /\ style doc comments, but /// doc comments work perfectly. that sometimes moves the span.

Just wanted to put this up to motivate me to try and do more later, because I am good for the night now :)

closes #7

huonw commented 9 years ago

Hey @sinistersnare I completely forgot about this. I just updated the main code to master, so I'm happy to take this and rebase it, but I'm also happy for you to do it.