Christina / twyn!b
Christina / twyn!b
Problem: When attempting to build chromaprint.dll on windows, the install instructions don't apply. Also, at least in my case, the windows build fails to run. The smaller problem: The instructions...
When running ``cargo clippy``, by default, anything behind a ``#[cfg(test)]`` or in the ``tests`` directory will be ignored. ``bacon clippy`` doesn't seem to behave like this - instead, it will...
Take this example code: ```rust html! { footer { div class="nav-padding"; div class="nav-item" { "example1" } div class="nav-item" { "example2" } div class="nav-item" { "example3" } div class="nav-padding"; } }...