Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
1| 1|fn main() {
2| 1| let num = 9;
3| 1| while num >= 10 {
4| 0| }
5| 1|}