Robin Stocker

Results 23 issues of Robin Stocker

I was adding this crate to my library like this: `tests/readme.rs`: ``` use doc_comment::doctest; doctest!("../README.md"); ``` And I added an error into the code in README to see if it...

Bump TAGLIB_VERSION in CI build to 2.0. Let's see what happens.

With `UnnecessaryDefaultInEnumSwitch` set to `ERROR`, the following code: ```java enum Type { FOO, BAR, BAZ } public static void main(String[] args) { var type = Type.valueOf(args[0]); switch (type) { case...