Marcel Müller

Results 23 issues of Marcel Müller

Should changelog additions be committed: - With the changes themselves, included in the commit? - In a separate commit, if so what should the message be? - Something else? I...

Heya! Just stumbled upon your library and first I wanted to say nice job :+1: Looking good. I have a project I would like to implement this in, however I...

This patch adds a new lint that checks for potentially harder to read byte char slices: `&[b'a', b'b']` and suggests to replace them with the easier to read `b"ab"` form....

S-final-comment-period