All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added
#[allow(clippy::explicit_write)]
to prevent false-positives. - Added
examples/macros.rs
file and correspondingcargo clippy --example "macros" -- -D warnings
CI job to prevent future clippy issues.
- Fixed recursion in
rustc_link_search!(…)
. - Removed redundant
$x:literal
macro patterns.
rustc_link_arg!
rustc_link_arg_bin!
rustc_link_arg_bins!
- 40 snapshot tests (using insta)
- Optional
to:
parameter for writing into astd::fmt::Write
orio::fmt::Write
.
#![no_std]
, since the project never worked on no_std to begin with.
0.1.1 - 2019-12-15
- Links to docs for specific macros.